repo.or.cz
/
canaries.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Let using few messages in one file
[canaries.git]
/
.gitignore
blob
ae606ac8bcffadf26d6584c45a656929d7a0191b
1
# Byte-compiled / optimized / DLL files
2
__pycache__/
3
*.py[cod]
4
*$py.class
5
6
# mypy
7
.mypy_cache/
8
.dmypy.json
9
dmypy.json
10
11
# folder of messages
12
msg/
13
14
# output html
15
canaries.html
16
17
# virtual env
18
.env/
19
.venv/