planktoscope/.gitignore

33 lines
292 B
Plaintext
Raw Normal View History

2022-11-11 18:27:11 +01:00
# SPDX-License-Identifier: CC-BY-SA-4.0
# General
.reuse
*.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