# ============================================================================
# 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
