__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.coverage
htmlcov/
.tox/
.ruff_cache/
.venv/
venv/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Local config
.env
.envrc

# specthis dev artefacts
/tmp_specs/
*.local.toml

# specthis generated views (self-check artifacts)
specs/specs.html
specs/_index.json
specs/_routing.json
