summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1101b235228d472d849a1fb1d0ffa71f5e6a7877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.log
.DS_Store
.worktrees/