# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment variables (contains wallet address)
.env

# OS
.DS_Store

# Test cache
.pytest_cache/

# SQLite payment database
data/

# Internal docs (not for public repo)
docs/
CLAUDE.md
.claude/
