smart-energy-monitor/.gitignore

34 lines
271 B
Plaintext
Raw Normal View History

2023-01-25 12:21:02 +01:00
# General
*.dll
*.log
*.so
*.swp
export
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
2023-02-18 17:20:13 +01:00
# macOS
.DS_Store
# Misc
2023-01-25 12:21:02 +01:00
TODOS.md