32 lines
254 B
Plaintext
32 lines
254 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
|
||
|
dist
|
||
|
docs/_*
|
||
|
site
|
||
|
|
||
|
TODOS.md
|