# AI Trackdown
.ai-trackdown/cache/
.ai-trackdown/logs/
*.tmp

# Common ignores
.DS_Store
.vscode/
.idea/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
dist/
build/
*.egg-info/
.claude/projects/
.claude/statsig/
.env

# Test logs
test_logs/
tests/test_logs/

# Agent backups
src/claude_mpm/agents/templates/backup/
**/backup/

# Temporary directories
test_dir/
ai-trackdown-pytools-bug-support/

# Claude MPM runtime files
# Exclude entire .claude-mpm directory (project-specific runtime data)
.claude-mpm/
# If you want to track specific config files, use:
# !.claude-mpm/configuration.yaml

# Auto-generated version file (no longer used)
src/claude_mpm/_version.py

# Debug and temporary files
debug_*.html
test_*.html
*_test.html
connection_status_test.html
dashboard_integration_test.html

# QA and debug reports
*DEBUG_SUMMARY.md
*QA_REPORT*.md
*_COMPREHENSIVE_*.md
*_VALIDATION_REPORT.md
*_TEST_REPORT.*
HUD_*.md
DEBUGGING_*.md
TOOL_RESULT_*.md

# Temporary JSON reports
*_qa_report*.json
*test_report*.json
