# Build
dist/
build/
*.egg-info/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Test
.pytest_cache/
.coverage
htmlcov/

# Env
.venv/
venv/
.env

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

# OS
.DS_Store
Thumbs.db

# Project runtime (generated by akritrim-colab itself)
.collab/
*.log
.claude/
