adding gitignore
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# User-specific stuff
|
||||
.idea/
|
||||
src/msg.json
|
||||
# virtualenv
|
||||
venv/
|
||||
ENV/
|
||||
### Python template
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
~
|
||||
Reference in New Issue
Block a user