|
1
|
repos/*.fossil |
|
2
|
**/__pycache__/** |
|
3
|
**/*.pyc |
|
4
|
**/*.pyo |
|
5
|
**/*.pyd |
|
6
|
.venv/** |
|
7
|
*.egg-info/** |
|
8
|
dist/** |
|
9
|
build/** |
|
10
|
.pytest_cache/** |
|
11
|
**/.pytest_cache/** |
|
12
|
*.sqlite3 |
|
13
|
!fossilrepo.fossil |
|
14
|
.env |
|
15
|
.env.* |
|
16
|
!.env.example |
|
17
|
!.env.deploy.example |
|
18
|
!.env.production.example |
|
19
|
.claude/** |
|
20
|
|