__pycache__/
*.py[cod]
*$py.class
*.so
.Python

.venv/
venv/
env/
ENV/

*.egg-info/
dist/
build/
*.egg

.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

.idea/
.vscode/
*.swp
*.swo
.DS_Store

report/
report.json
report.md

.env
.env.local

# Personal notes — never published
INTERVIEW_PREP.md
NOTES.md
RESUME_POINTERS.md
_private/
