add gitignore, chmod +x
This commit is contained in:
parent
77c3d3f1a4
commit
8a85838433
|
@ -1,3 +1,5 @@
|
|||
config.sh
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
@ -159,4 +161,3 @@ cython_debug/
|
|||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
|
|
Loading…
Reference in New Issue