aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a1c84f3d506aeaeb02d34936e3312342dc420e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Python
__pycache__/
*.egg-info
/dist

# pdm
/.pdm-plugins
/.pdm-python
/.venv
/pdm.lock

# misc user-created
/build