# Python caches and bytecode
__pycache__/
*.py[cod]
*$py.class

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Local runtime and generated artifacts
.blackgeorge/
.sourcery/
site/
benchmark_results/
examples/output/

# Environment and secrets
.env
.env.*

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