# Environment
.env
.venv/
venv/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
stimm.egg-info/
.coverage
htmlcov/

# Node/TypeScript
node_modules/
packages/protocol-ts/dist/

# OS
.DS_Store
*.swp
*.swo

# IDE
.vscode/
.idea/

# Cache
.cache/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Logs
*.log

# v1 leftovers (root-owned, cannot delete without sudo)
bin/
