Initial commit
This commit is contained in:
commit
9fba4b3d34
17 changed files with 2939 additions and 0 deletions
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
# Python byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Cache directories from various tools
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
|
||||
# Python packaging / distribution files
|
||||
dist/
|
||||
|
||||
# Pytest coverage reports
|
||||
htmlcov/
|
||||
.coverage*
|
||||
coverage.xml
|
||||
|
||||
# Local version information
|
||||
.python-version
|
||||
|
||||
# Editor generated files
|
||||
.idea/
|
||||
.vscode/
|
||||
.spyproject/
|
||||
.spyderproject/
|
||||
.replit
|
||||
.neoconf.json
|
||||
|
||||
# Folder attributes / configuration files on various platforms
|
||||
.DS_STORE
|
||||
[Dd]esktop.ini
|
||||
.directory
|
||||
|
||||
# Trash directories
|
||||
.Trash-*
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Environmental, backup and personal files
|
||||
.env
|
||||
*.bak
|
||||
TODO
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue