Let using few messages in one file
[canaries.git] / .gitignore
blobae606ac8bcffadf26d6584c45a656929d7a0191b
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
6 # mypy
7 .mypy_cache/
8 .dmypy.json
9 dmypy.json
11 # folder of messages
12 msg/
14 # output html
15 canaries.html
17 # virtual env
18 .env/
19 .venv/