# Project spec (internal build brief, not part of the published repo)
DEFERGUARD_PROJECT_SPEC.md

# OS junk
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
wheels/
pip-wheel-metadata/

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

# Test / coverage artifacts
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.cache/
.tox/
.nox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pytype/

# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo

# Local calibration / audit artifacts produced by running the library or examples
*calibration*.json
*audit*.jsonl
/scratch/
/tmp/

# Raw per-question data persisted by live-tier tests (regenerable from a
# re-run against real models; not meant to live in version control)
tests/coverage_validation/live/results/

# Environment secrets
.env
.env.*
!.env.example
