gitignore python
This commit is contained in:
+10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user