Files
Wictionary-Data-Parser/.gitignore
2026-02-13 00:10:40 +01:00

27 lines
254 B
Plaintext

*.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/