# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Environment
.env
.env.local
.env.production

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Linting / formatting
.ruff_cache/
.mypy_cache/

# Docker
pgdata/

# OS
.DS_Store
Thumbs.db

# Alembic
alembic/versions/__pycache__/

# Jupyter
.ipynb_checkpoints/
