File size: 108 Bytes
23680f2
 
 
 
 
 
 
 
 
f45a0cf
 
23680f2
 
f45a0cf
23680f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Git
.git

# Python
__pycache__
*.py[cod]
.venv
venv

# Caches
.mypy_cache
.pytest_cache

# Misc
.DS_Store