# Sensitive files - NEVER commit these
.env
.env.*
!.env.example
config.yaml
config.yml
*.pem
*.key
secrets.*
credentials.*

# Python
__pycache__/
*.pyc
Errors.md
Claude_Last_Convo.md
ANALYSIS.md
REPO_ANALYSIS.md
PROJECT_BREAKDOWN.md
REFACTOR_PRD.md
PRD.md
REPO_BREAKDOWN.md
.jules/
.Jules/
.claude/
.venv/
venv/

# Standard Python/Test Artifacts
.pytest_cache/
htmlcov/
.coverage
build/
dist/
*.egg-info/
.mypy_cache/

# Likely test artifact
MagicMock/
