# Python build / cache artifacts
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/

# Tests don't need to ship in the bundle
tests/

# Plan/findings/journal artifacts (gitignored anyway, but belt-and-braces)
docs/
journal/
.env
.env.example

# Editor / OS
.DS_Store
.vscode/
.idea/

# CI/dev configs
.github/
.gitignore
.gitattributes
mypy.ini
