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

.env*
!.env.template
pg_data