chore: .gitignore 추가 (pyc, venv 등 제외)

This commit is contained in:
청춘약국
2026-04-02 15:45:12 +09:00
parent f6377a9d5c
commit 8ef9fcdd71
4 changed files with 23 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Environment
.env
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db