Migrate to gitea

This commit is contained in:
jonasgaudian
2026-02-13 00:10:40 +01:00
commit 6d06a9e14e
38 changed files with 31427 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
*.db
*.jsonl
*.zsdict
outputs/
intermediate/
raw_data/
# Python cache and temporary files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
.tox/
.mypy_cache/
# Virtual environments
venv/
env/
ENV/
.venv/