remove data files to separate git

This commit is contained in:
Wolfang Torres
2026-06-11 16:41:34 +08:00
parent 4822c5bbed
commit 5ada53913a
13 changed files with 1061 additions and 318 deletions

8
.gitignore vendored
View File

@@ -47,6 +47,7 @@ nosetests.xml
coverage.xml
*.cover
*.py.cover
*.lcov
.hypothesis/
.pytest_cache/
cover/
@@ -122,13 +123,14 @@ ipython_config.py
# pixi.lock
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
# in the .venv directory. It is recommended not to include this directory in version control.
.pixi
.pixi/*
!.pixi/config.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat-schedule*
celerybeat.pid
# Redis
@@ -200,6 +202,8 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder
# .vscode/
# Temporary file for partial code execution
tempCodeRunnerFile.py
# Ruff stuff:
.ruff_cache/