gitignore python

This commit is contained in:
Jörg Thalheim
2021-03-21 18:35:16 +01:00
parent f77d11ba2d
commit 2d58d8a513
+10
View File
@@ -42,3 +42,13 @@ tmp/
/build
# nix-build
/result
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# mypy
.mypy_cache/
.dmypy.json
dmypy.json