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

# ============================================================================
# Python - Distribution / Packaging
# ============================================================================
build/
dist/
*.egg-info/
*.egg
*.whl

# ============================================================================
# Python - Testing
# ============================================================================
.coverage
.pytest_cache/
.hypothesis/
htmlcov/

# ============================================================================
# Python - Type Checking & Linting
# ============================================================================
.mypy_cache/
.ruff_cache/

# ============================================================================
# Environments
# ============================================================================
.env
.venv
venv/
ENV/

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

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

# ============================================================================
# Tool Caches and Results
# ============================================================================
.complexipy_cache/
.oneiric_cache/
complexipy_results*.json

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

# ============================================================================
# Local Configuration
# ============================================================================
.envrc
.envrc.local

# Config files with local paths or potential secrets
# (templates with .example extension are committed)
config/ecosystem.yaml
config/storage-map.yaml

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

# Claude Code local config
.claude/
coverage.json

# Crackerjack runtime caches (uv cache, scan reports, etc.)
.crackerjack/uv/cache/
.crackerjack/uv/cache/archive-v0/
.crackerjack/oneiric_cache/

# Crackerjack ad-hoc cache directory (betterleaks reports, scratch files)
.cache/

# Tool caches (created by hook runs)
.lycheecache/
.pyscn/

# Backup Files (added by gitignore audit)
# ============================================================================
*.backup
*.bak
