# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg-link
dist/
build/
.eggs/
*.whl

# Virtual envs
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Database
*.db
*.db-journal
*.sqlite
*.sqlite3

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

# OS
.DS_Store
Thumbs.db

# Docker
*.pid

# Logs
*.log

# Alembic versions (keep migration scripts, ignore cache)
server/alembic/versions/*.pyc