# Bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Packaging
build/
dist/
*.egg-info/
docs/_build/

# Virtual environments
.venv/
venv/

# Local configuration
.env
.env.*

*.pyc
dist/
.venv/

secrets/
secrets/*

.claude/

CLAUDE.md

docs/superpowers/*

# Large generated GLPI API contract (kept locally, not tracked)
docs/glpi_api_contract.json
# Coverage data: rewritten by every test run (and by the venv .pth hook).
.coverage
.coverage.*
