# Instruction / docs
instruction/

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

# uv / pip
.venv/
*.egg-info/
dist/
build/
.eggs/

# Testing
.coverage
.pytest_cache/
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db
