planktoscope/.gitignore

33 lines
292 B
Plaintext

# SPDX-License-Identifier: CC-BY-SA-4.0
# General
.reuse
*.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