# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking / Linting
.mypy_cache/
.ruff_cache/

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

# AI Code Assistants
.claude/
.cursor/
.aider*
.codeium/
.continue/
.copilot/
.tabby/
CLAUDE.md
AGENTS.md

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# official docs for reference
mocoapp-api-docs-master/