# Python build / packaging
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
build/
dist/
.eggs/

# Test / coverage / type-checker caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Virtual environments
.venv/
venv/
env/
.env

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Local config that should never reach the public mirror
*.local.yaml
*.local.toml
secrets/
