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

# uv
.python-version

# ffx local state
.ffx/

# Planning docs (not committed)
TODOS.md
PLAN.md
*.plan.md

# Editor
.DS_Store
.vscode/
.idea/
