# 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 session logs
claude_log/
.claude/handoffs/

# MkDocs build output
site/

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