# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl

# Virtual environments
venv/
.venv/
.uv/

# Type checking / linting caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Environment
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store

# Ferry output (migration results)
ferry-output/

# Claude Code (all internal tooling)
.claude/
CLAUDE.md
claude_log/
.mcp.json

# Internal design docs (kept locally, not in public repo)
docs/plans/
docs/discord-ferry-claude-code-brief.md

# MkDocs build output
site/

# PyInstaller (keep ferry.spec — our build config)
*.spec
!ferry.spec
