# Local-only project management / AI-agent auxiliary files (not distributed)
especificacao.md
CLAUDE.md
.claude/
docs/planning/

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

# Virtual environment
.venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Build artifacts
dist/
build/
site/
