# ============================================================================
# Python - Generated Files
# ============================================================================
__pycache__/
*.py[cod]
*$py.class
*.so

# ============================================================================
# Python - C Extensions
# ============================================================================
*.pyc
*.pyo

# ============================================================================
# Backup Files
# ============================================================================
*.backup
*.bak
*.bak2
*.cover
*.py,cover
*.crackerjack.bak

# ============================================================================
# Python - Distribution / Packaging
# ============================================================================
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
*.egg-info/
*.egg
*.egg-info
MANIFEST
*.spec
*.whl

# ============================================================================
# Python - Unit Test / Coverage Reports
# ============================================================================
htmlcov/
tox/
.nox/
coverage/
.coverage
.coverage*
nosetests.xml
coverage.xml
coverage.json
.hypothesis/
.pytest_cache/

# ============================================================================
# Translations
# ============================================================================
*.mo
*.pot

# ============================================================================
# Python - Environments
# ============================================================================
.env
.venv
.venv/
venv/
venv/
env/
env/
ENV/
ENV/
env.bak/
venv.bak/

# ============================================================================
# Python - Type Checking & Linting
# ============================================================================
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pyre/
.pytype/
.pytype/

# ============================================================================
# Python - Package Management
# ============================================================================
.pdm-python/
.pdm.toml
.pyscn/
.uv/
.uv-cache/

# ============================================================================
# IDEs
# ============================================================================
.idea/
.vscode/
*.swp
*.swp
*.swo
*~

# ============================================================================
# Logs
# ============================================================================
*.log
logs/

# ============================================================================
# OS
# ============================================================================
.DS_Store
.DS_STORE
Thumbs.db

# ============================================================================
# Local Configuration
# ============================================================================
settings/local.yaml
settings/repos.yaml
settings/ecosystem.yaml
.envrc.local
settings.local.json

# ============================================================================
# Sensitive Configuration Files
# ============================================================================
config.yaml
oneiric.yaml

# ============================================================================
# Crackerjack
# ============================================================================
.crackerjack/
.crackerjack/outputs/
.crackerjack-state/
.crackerjack-hooks-updated/
.crackerjack-mcp/
crackerjack-debug-*.log
crackerjack-ai-debug-*.log
# Old distribution directories (should not be in repo)
crackerjack-*/

# ============================================================================
# Skyros Cache (mcp-common runtime cache)
# ============================================================================
.skylos/

# ============================================================================
# Test/Benchmarks
# ============================================================================
.benchmarks/
/tests/.benchmarks/

# ============================================================================
# Obsidian (excluded from git - user note directory)
# ============================================================================
.obsidian/

# ============================================================================
# Database files
# ============================================================================
*.db

# ============================================================================
# Archive / Backup directories
# ============================================================================
.archive/
/.archive/
.archives/
.archive/
/archive/
.backup/
/.backups/
.backup/
.backups/

# ============================================================================
# XDG - Cache directories
# ============================================================================
.pytest_cache/
.ruff_cache/
.mypy_cache/
.oneiric_cache/
.complexipy_cache/
.cache/
.cache/lychee/

# ============================================================================
# XDG - State directories
# ============================================================================
.claude/
.session-buddy/
.crackerjack/

# ============================================================================
# Claude Code Settings
# ============================================================================
.mcp.json
**/.claude/settings.local.json

# ============================================================================
# Archived Documentation (excluded from quality checks)
# ============================================================================
docs/archive/

# ============================================================================
# Complexipy Results (temporary complexity analysis output)
# ============================================================================
complexipy_results*.json
.complexipy_cache/

# ============================================================================
# Lychee link checker
# ============================================================================
.lycheecache

# ============================================================================
# Development Artifacts (evaluate periodically)
# ============================================================================
feature-implementation-*.md
test-implementation-*.md
session_handoff_*.md
