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

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

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

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

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

# ============================================================================
# Python - Environments
# ============================================================================
.env
.venv
venv/
env/
venv/
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
*.swo
*~

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

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

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

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

# ============================================================================
# Crackerjack
# ============================================================================
.crackerjack/
*.crackerjack.bak
crackerjack-debug-*.log
crackerjack-ai-debug-*.log

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

# ============================================================================
# Build/Distribution
# ============================================================================
# Caches
# Coverage
# Crackerjack specific
# Development
# Temporary and working files

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

# ============================================================================
# Crackerjack Patterns
# ============================================================================

# ============================================================================
# Adapter Output Files (centralized in .crackerjack/outputs/)
# ============================================================================
# Note: Individual adapters may create timestamped results
.crackerjack/outputs/

# ============================================================================
# Development Artifacts (evaluate periodically)
# ============================================================================
# Implementation markdown files
feature-implementation-*.md
test-implementation-*.md

# Session handoff documentation
session_handoff_*.md

# ============================================================================
# Tool Caches and Databases
# ============================================================================

# ============================================================================
# Configuration Files (project-specific)
# ============================================================================
.mcp.json

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

# Crackerjack State
.crackerjack-state/
.crackerjack-hooks-updated/
.crackerjack-mcp/
# Legacy .crackerjack/ directory (deprecated)
.crackerjack/

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

# ============================================================================
# Archived Files
# ============================================================================
.archive/

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

# Complexipy cache (added to prevent tracking cache files)
.complexipy_cache/

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