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

# Virtual environments
.venv/
venv/
env/

# Environment + secrets
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Logs + local state
*.log
.cache/

# Tooling
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Packaged bundles (generated by py2app / briefcase)
*.app/
dist-app/

# IDEs
.idea/
.vscode/
