Initial commit
This commit is contained in:
commit
b1a1a6866d
23 changed files with 495 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Byte-compiled / optimized / DLL files
|
||||
*.py[cod]
|
||||
|
||||
# PyCharm project files
|
||||
.idea/
|
||||
|
||||
# Vim / Notepad++ temp files
|
||||
*~
|
||||
|
||||
# Coverage output
|
||||
.coverage
|
||||
|
||||
# Documentation build folders.
|
||||
docs/_*
|
||||
docs/src/*
|
||||
target/*
|
||||
/venv/
|
||||
/run_pycharm.bat
|
||||
/.nox/
|
||||
/build/
|
||||
/coverage.xml
|
||||
/.zip/
|
||||
Loading…
Add table
Add a link
Reference in a new issue