14 lines
163 B
Plaintext
14 lines
163 B
Plaintext
# User-specific stuff
|
|
.idea/
|
|
src/msg.json
|
|
# virtualenv
|
|
venv/
|
|
ENV/
|
|
### Python template
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
~
|