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

# venv / uv
.venv/
.python-version.local

# tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# mkdocs
site/

# editors / OS
.idea/
.vscode/
.DS_Store

# local scratch
/scratch/
*.local.*

# never commit real Panorama exports or secrets
*.panrc
secrets.*
*.config.xml
!tests/**/*.xml
