# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# venv / build
.venv/
venv/
build/
dist/
*.whl
*.tar.gz

# Claude Code / planning (não versionar)
PLAN.md
CLAUDE.md
.claude/

# OS
.DS_Store
