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

# uv
.uv/

# Mentat Storage
*mentat_db/
*mentat_files/

# IDEs
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Mac
.DS_Store

design-docs/
samples/
references/
