This commit is contained in:
2024-11-27 11:07:20 +08:00
commit a8abb92b84
16 changed files with 466 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
.idea/
.idea_modules/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
*.egg-info/
*.egg
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
.hypothesis/
.pytest_cache/
*.mo
*.pot
*.log
db.sqlite3
db.sqlite3-journal
docs/_build/
.pybuilder/
target/
.ipynb_checkpoints
.venv
venv/
cython_debug/