# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# pytest
.pytest_cache/
.coverage
htmlcov/

# Editor
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Claude Code working directory (skills, memory, job state — not a project artifact)
.claude/

# MCP server config (environment-specific, not a project artifact)
.mcp.json
