35 lines
275 B
Plaintext
35 lines
275 B
Plaintext
# General
|
|
*.dll
|
|
*.log
|
|
*.so
|
|
*.swp
|
|
export
|
|
img
|
|
tmp
|
|
|
|
# Nix
|
|
.direnv
|
|
.pre-commit-config.yaml
|
|
result
|
|
|
|
# Python
|
|
/*.py[cod]
|
|
/__pycache__
|
|
/.benchmark
|
|
/.coverage*
|
|
/.pytest_cache
|
|
|
|
# Node-Red
|
|
/.main.json.backup
|
|
/flow_backup.json
|
|
|
|
# Mkdocs
|
|
docs/_*
|
|
site
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Misc
|
|
TODOS.md
|