add basic gitignore file
This commit is contained in:
parent
134d1a28a7
commit
88e73d1076
2 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
syntax: glob
|
||||
__pycache__/**
|
||||
Loading…
Add table
Add a link
Reference in a new issue