summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fad8e79c8e66fd84473a2f05250278eea3213f01 (plain)
1
2
3
4
5
6
7
8
9
*.py[codz]
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.pdm-python

.env*
!.env.template