# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Local runtime data
data/*.db
data/*.sqlite
data/*.sqlite3
*.log

# Local configuration and secrets
.env
.env.*
!.env.example

# OS and editor files
.DS_Store
.idea/
.vscode/

# Docker / build artifacts
dist/
build/
*.egg-info/
