Init
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
venv/
|
||||
*.txt
|
||||
!requirements.txt
|
||||
*.ini
|
||||
!example_config.ini
|
||||
test.py
|
Reference in New Issue
Block a user