# 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/

# Input data (SCB CSVs, Socialstyrelsen metadata, source PDFs — not committed).
# Listed per-subdirectory so the maintainer-curated classifications/ folder
# can stay tracked without an exclude/re-include dance (git doesn't traverse
# into a parent dir that's been ignored at the directory level).
regmeta/input_data/*
!regmeta/input_data/classifications/

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

# MONA probe artefacts -- can contain workspace metadata (paths,
# hostnames, DSNs); inspect before sharing. The findings that matter
# live in mock_data_wizard/DESIGN.md.
mdw_probe_*.log
mdw_python_probe_*.log
mdw_py_probe_*.csv
mdw_upload_probe_*.txt

# 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
