# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

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

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

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

# App data
*.sqlite3
*.db
*.sqlite
*.log

