SciPaperLoader/.gitignore
2025-05-24 10:42:53 +02:00

20 lines
171 B
Plaintext

# Python
__pycache__/
# Files created by this set up:
venv/
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
*.db
*.rdb
*.R
*.csv
migrations/
celerybeat-schedule*