# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
*.whl
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# TypeScript
node_modules/
dist/
*.js.map
*.d.ts.map
coverage/
.eslintcache

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Claude Code
.claude/settings.local.json

# Trailproof
.trailproof/

# Planning docs (not repo artifacts)
SPEC.md
USE-CASES.md
MARKET-ANALYSIS.md
claude-code-workflow.md
