solorpower/api_server/.gitignore
haneulai 8991b92ac8 Add 'api_server/' from commit 'cd684eae2200b96f62db0f0244ce54a13485ec6e'
git-subtree-dir: api_server
git-subtree-mainline: 5c3b20522b
git-subtree-split: cd684eae22
2026-06-15 12:53:33 +09:00

35 lines
262 B
Plaintext

# Environment
.env
.env.local
.env.*.local
# Virtual Environment
venv/
.venv/
env/
ENV/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Distribution / Build
dist/
build/
*.egg-info/
# Logs
*.log