SciPaperLoader/.gitignore
2025-04-16 14:04:43 +02:00

17 lines
143 B
Plaintext

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