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

# Virtual environments
.venv/
venv/

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Coverage artifacts
.coverage
.coverage.*
htmlcov/
coverage.xml

# Environment and secrets
.env
.env.*

# OS
.DS_Store
Thumbs.db

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

# Internal-only working docs — kept on disk, never published.
critiqus/
perspectives/

# Research lab — code is tracked; generated artifacts are not.
research/**/.cache/
research/**/results.tsv
research/**/run.log
research/**/audit_plots/
