summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 04a26fda00ab384d5ee49c3559984c8daba594d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.idea/
env/
venv/
.venv/
env3*/
Pipfile
*.py[cod]
*.egg-info/
.python-version
/build/
dist/
.cache/
.mypy_cache/
test.py
.coverage
/htmlcov/
/site/
/site.zip
.pytest_cache/
.vscode/
_build/
.auto-format
/sandbox/
/.ghtopdep_cache/
/worktrees/
/.ruff_cache/