# Environment — NEVER commit this
.env

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

# Workspace (agent-generated files)
workspace/
tmp/

# IDE
.DS_Store
.idea/
.vscode/
