/.idea
/.pdm-python
/.pdm.toml
/build/
/__pypackages__/
/dist/
/.mypy_cache/
/.ruff_cache/
/.pdm-build/
/tmp/
/__pycache__/
/*.pyc
/scratch/
/.zencoder/
/.benchmarks/
**/.claude/settings.local.json
/complexipy.json
/coverage.json
/test-results.xml
/.coverage

# AI agent output files
/hooks-analysis.json
/quality-metrics.json
/project-structure.json
/error-context.json
/ai-agent-summary.json
/bandit-report.json

# Autotyping cache
.autotyping-cache/

# Crackerjack state file
.crackerjack-state
