# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.dylib
*.dll

# Distribution / Packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/
.classpath

# OS
.DS_Store
Thumbs.db
desktop.ini
*.tmp

# Logs
*.log
logs/

# Environment
.env
.env.local
.env.*.local

# Sago
.sago/
sessions/
prompts/

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# UV

# Jupyter
.ipynb_checkpoints/

# mypy
.mypy_cache/

# pytype
.pytype/
