chore(infra): 프로젝트 초기 설정 - README, .gitignore, requirements.txt, .env.example

This commit is contained in:
2026-03-07 10:12:52 +09:00
commit 063257bca0
4 changed files with 68 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
discord.py>=2.3.0
watchdog>=3.0.0
python-dotenv>=1.0.0