|
1
|
__pycache__/ |
|
2
|
*.py[cod] |
|
3
|
*$py.class |
|
4
|
*.so |
|
5
|
.Python |
|
6
|
build/ |
|
7
|
dist/ |
|
8
|
*.egg-info/ |
|
9
|
*.egg |
|
10
|
.eggs/ |
|
11
|
*.whl |
|
12
|
.venv/ |
|
13
|
venv/ |
|
14
|
env/ |
|
15
|
.env |
|
16
|
*.sqlite3 |
|
17
|
db.sqlite3 |
|
18
|
.coverage |
|
19
|
htmlcov/ |
|
20
|
.pytest_cache/ |
|
21
|
.ruff_cache/ |
|
22
|
*.log |
|
23
|
.DS_Store |
|
24
|
Thumbs.db |
|
25
|
static/css/output.css |
|
26
|
node_modules/ |
|
27
|
runtime/ |
|
28
|
/assets/ |
|
29
|
fossilrepo.fossil |
|
30
|
.fslckout |
|
31
|
site/ |
|
32
|
repos/ |
|
33
|
.env.deploy |
|
34
|
deploy.sh |
|
35
|
|