planktoscope/.gitignore

32 lines
254 B
Plaintext
Raw Normal View History

2022-11-11 18:27:11 +01:00
# General
*.dll
2020-11-30 01:49:48 +01:00
*.log
2022-11-11 18:27:11 +01:00
*.so
*.swp
2020-11-30 01:49:48 +01:00
export
img
2022-11-11 18:27:11 +01:00
tmp
# Nix
.direnv
2022-11-11 18:27:11 +01:00
.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
2022-12-20 07:31:53 +01:00
TODOS.md