# Helper docs
design.md
task.md
demo/

walkthrough.md
implementation_plan.md

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

# Distribution / Packaging
dist/
build/
*.egg-info/

# Virtual Environments
venv/
env/
.env
.venv/

# IDEs
.vscode/
.idea/
.DS_Store
