# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Secrets — never commit credentials
.ghtoken
*.token
.env
.env.*

# OS
.DS_Store
Thumbs.db
.ci/
