DocHub/.gitignore

16 lines
103 B
Plaintext

# Python
__pycache__/
*.pyc
.venv/
venv/
# Node
node_modules/
dist/
# Editor
.DS_Store
# Docs
docs/