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

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Secrets & env
.env
.env.*

# swm local config & data
costs.db

# Build artifacts
*.spec
dist/
*.build/
*.onefile-build/
*.dist/
swm_main.bin

# Internal dev docs (not shipped)
CLAUDE.md
AGENTS.md
site/.firebase/
LAUNCH_CHECKLIST.md
WEEK1_CONTENT.md
RELEASE.md
