# python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
.pytest_cache/
.ruff_cache/

# env
.env
.env.local
k8s/secret.yaml

# runtime
*.log
spill.jsonl
data/

# os / editor
.DS_Store
.idea/
.vscode/

# local study notes — not part of the deliverable
docs/interview-notes.md
docs/roadmap.md
demo/
