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

# Environments
.venv/
.env
.envrc

# Tools
.ruff_cache/
.pytest_cache/
.mypy_cache/
node_modules/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Project
.tmp/
SCB-data/

# mock-data-wizard generated output
mock_data/
mock_output/
stats.json
extract_stats*.R

# regmeta database (built from SCB exports, not committed)
*.db

# SCB source PDFs (binary, copyrighted, not committed)
*.pdf

# Marker raw output (regenerable from PDFs + parser)
regmeta/docs/_raw/

# Archive (concluded investigations, ad-hoc scripts, internal notes)
archive/
*.har
