diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ # mkdocs site/ +# pdm +.pdm-python +.pdm-build/ +.venv/ +dist/ +# Python +**/__pycache__/
\ No newline at end of file |
