19 lines
195 B
Plaintext
19 lines
195 B
Plaintext
# Build artifacts
|
|
*.zip
|
|
*.sha1
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors/IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Node, Python, etc. (in case future tooling is added)
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
__pycache__/
|
|
*.pyc
|