# 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

# Skylos cache (mcp_common runtime cache)
.skylos/

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

# Crackerjack patterns




# Build/Distribution
# Caches
# Coverage
# Crackerjack specific
# Development
*$py.class
*.backup
*.crackerjack.bak
*.egg
*.egg-info/
*.py[cod]
*.pyc
*.so
*.swo
*.swp
*~
.DS_STORE
.benchmarks/
.claude/
.coverage
.coverage*
.coverage.*
.crackerjack-*
.crackerjack/
.envrc
.hypothesis/
.idea/
.mcp.json
.mypy_cache/
.pytest_cache/
.pytype/
.ruff_cache/
.tox/
.venv/
.vscode/
/.cache/
/.complexipy_cache/
/.jbeval/
/.oneiric_cache/
/NOTES.md
/build/
/dist/
ENV/
__pycache__/
build/
coverage.json
coverage.xml
crackerjack-ai-debug-*.log
crackerjack-debug-*.log
dist/
docs (1)/
docs/archive/
env/
htmlcov/
session_handoff_*.md
settings/local.yaml
venv/
