20 lines
175 B
Plaintext
20 lines
175 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
|
|
# SilverBullet internal
|
|
notes/.silverbullet/
|