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

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging / test
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Environment / secrets
.env
*.local

# Node / frontend
node_modules/

# Example project
examples/**/db.sqlite3

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
