# Python cache and compiled files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing and coverage
.pytest_cache/
.hypothesis/
.benchmarks/
.coverage
.coverage.*
coverage.xml
coverage.json
htmlcov/
.tox/

# Type checking and linting
.mypy_cache/
.ruff_cache/
.pytype/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# Project specific
.claude/
.mcp.json
.envrc
session_handoff_*.md

# Archived documentation (excluded from quality checks)
docs/archive/

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

# Temporary directories
docs (1)/
settings/local.yaml
*.backup
/NOTES.md
/.cache/
/.oneiric_cache/
/.jbeval/
/.complexipy_cache/
