# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
venv/
.venv/
env/
ENV/
.env

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Test / coverage artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Judicator data curation — raw source clones, not committed
data_sources/
scripts/handcurated/*.local.json

# Internal planning docs
plan-build.md
plan-dataprep.md

# Local test scripts and their output
test_local.py
audit_result.json
*.audit.html
