initial commit
This commit is contained in:
commit
b8d2927314
6 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
.pytest_cache/
|
||||||
|
data/*.db
|
0
README.md
Normal file
0
README.md
Normal file
0
requirements.txt
Normal file
0
requirements.txt
Normal file
0
setup.py
Normal file
0
setup.py
Normal file
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Loading…
Add table
Reference in a new issue