28 lines
260 B
Plaintext
28 lines
260 B
Plaintext
*.db
|
|
*.jsonl
|
|
*.zsdict
|
|
'.log
|
|
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/
|