# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.venv/
venv/
env/
.env
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*

# Node / Frontend
node_modules/
frontend/dist/
frontend/build/
.npm
*.tsbuildinfo

# Docker
docker/nginx.conf.bak

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# OS
Thumbs.db
Desktop.ini

# Data (single-container mode)
*.db
/data/

# Alembic
alembic/versions/__pycache__/

# Auto Run Docs (Maestro working files)
Auto Run Docs/Working/

# Misc
*.log
*.bak

# GSD
.gsd/
