# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Local state
.state/
.agent/
.claude/

# Environment
.env
.env.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
*.code-workspace

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Type checking and linting caches
.mypy_cache/
.ruff_cache/

# Debug and test files (root level only, not tests/ directory)
*.log
/debug_*.py
/test_*.py
/inspect_*.py
/reproduce_*.py

# OS
.DS_Store
Thumbs.db

# Internal documentation (kept locally, not in public repo)
.github/internal/
.github/archive/
docs/archive/
.github/*_TODO.md
.github/*_PLAN.md
.github/*_SUMMARY.md
.github/*_AUDIT.md
.github/*_STATUS.md
.github/TASK_GROUP_*.md
.github/CLAUDE_CODE_*.md
.github/PRE_RELEASE_*.md
.github/SESSION_*.md
.github/TESTING_*.md
.github/REPOSITORY_*.md
.github/PHASE_*.md
.github/WEB_UI_*.md
