# OS / editor
.DS_Store
Thumbs.db
*.swp
*~
.idea/
.vscode/
*.code-workspace

# Private data (must never be committed)
.private/

# Local analysis reports generated in the repo root (must never be committed)
/report.html
/report.json
/report.txt
/corpus-report.json

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

# Node / JS (keep ignores ready; no JS tooling yet)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-store/

# Test / coverage / type checkers
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage/

# Local env / secrets
*.pem
secrets/
