# Environment
.env
.env.local

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
*.egg-info/
dist/
build/
.coverage
htmlcov/
.pytest_cache/

# uv
# uv.lock is intentionally committed

# IDE
.idea/
.vscode/
*.swp

# macOS
.DS_Store

# Docker volumes (if ever bind-mounted locally)
postgres_data/
