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

# Virtual environments
.venv/
venv/
env/

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

# Environment
.env
.env.local

# Database
data/*.db
*.sqlite3

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Coverage
htmlcov/
.coverage
.pytest_cache/
__pycache__/

# Screenshot tooling (see scripts/readme-screenshots/)
scripts/readme-screenshots/node_modules/
