gitignore python
This commit is contained in:
parent
f77d11ba2d
commit
2d58d8a513
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -42,3 +42,13 @@ tmp/
|
||||||
/build
|
/build
|
||||||
# nix-build
|
# nix-build
|
||||||
/result
|
/result
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# mypy
|
||||||
|
.mypy_cache/
|
||||||
|
.dmypy.json
|
||||||
|
dmypy.json
|
||||||
|
|
Loading…
Reference in a new issue