# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-wheel-metadata/
*.egg-info/
*.egg
dist/
build/

# Django
*.sqlite3
db.sqlite3
server/db.sqlite3
server/static/
server/staticfiles/
server/media/

# Node
node_modules/
.next/
out/
web/.next/
web/.turbo/
web/out/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-lock.yaml

# Environment
.env
.env.local
.env.*.local

# OS / Editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp

# Test files
*.log

# Website (separate repo)
Web Site - CDCStream.io/
