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

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Environment
.env
.venv/
venv/
# Agents (contains tokens)
.agents/
# IDE
.vscode/
.idea/
# OS
Thumbs.db
.DS_Store
# Logs
*.log