# Python
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/

# Environment
.env

# OS files
.DS_Store
Thumbs.db

# Editor
*.swp
*.swo

# SilverBullet internal
notes/.silverbullet/
