Signed-off-by: wystan_rin <wystanRin@outlook.com>
This commit is contained in:
wystan_rin 2024-11-06 16:05:37 +08:00 committed by wystan_rin
parent a8a65f56ed
commit cbd32ccc6f
7 changed files with 32 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
/data/
# Python:
*.ipynb
*/__pycache__
/.vagrant
/scrapy.iml
*.pyc
_trial_temp*
dropin.cache
docs/build
*egg-info
.tox
venv
build
dist
.idea
htmlcov/
.coverage
.pytest_cache/
.coverage.*
.cache/
.mypy_cache/
/tests/keys/localhost.crt
/tests/keys/localhost.key
key.txt
key.txt.pub
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

0
api/__init__.py Normal file
View File

0
api/tronscan.py Normal file
View File

0
config/__init__.py Normal file
View File

0
models/__init__.py Normal file
View File

0
repositories/__init__.py Normal file
View File

0
services/__init__.py Normal file
View File