# Python
__pycache__/
*.pyc
build/
dist/
*.egg-info/

# Virtual environments
.venv/

# Environment / secrets
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
