chore: gitignore 추가

This commit is contained in:
zephyrdark 2026-01-31 23:26:29 +09:00
commit 5d89b3908e

69
.gitignore vendored Normal file
View File

@ -0,0 +1,69 @@
# Environment
.env
.env.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
venv/
env/
# Database
*.db
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Docker
*.log
# OS
.DS_Store
Thumbs.db
# Alembic
alembic/versions/*.pyc
# Celery
celerybeat-schedule
celerybeat.pid
# Test
.pytest_cache/
.coverage
htmlcov/
# Data
data/
*.csv
*.xlsx