# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
dist/
build/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Env files / secrets
.env

# Editor
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# SQLite databases generated by running the app
*.db
