claude-pessoal.md
PLAN.md
.idea/

# Credentials — never commit
.env
*.env
config.json
hotmart_credentials*.txt

# Build artifacts
dist/
*.egg-info/

# Python
__pycache__/
*.pyc
.venv/

# Test cache
.pytest_cache/
.coverage
htmlcov/