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

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

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

# Local config — never commit credentials
*.local.toml
.env
