aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
blob: de735f51bfc087a77dc8d311b3bbd2d6d398690d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# mkdocs
site/

# pdm
.pdm-python
.pdm-build/
.venv/
dist/

# Python
**/__pycache__/