# NOTE: benchmark output answer_key.json is intentionally tracked.
# The blind-test answer key is part of the methodology audit trail.

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.ruff_cache/

# Environments
.env
.venv/
env/
venv/
ENV/

# Editors / OS
.DS_Store
*.swp
*~
.idea/
.vscode/

# Local-only maintainer data (never committed)
scripts/pii_patterns.txt
docs/progress/support_ticket_draft.md

# Blind-test figure output: generated figures stay local, but the answer key
# is tracked as part of the methodology audit trail.
benchmarks/blind_test_output/*
!benchmarks/blind_test_output/answer_key.json
