blux-coga-dataset / .gitignore
Justadudeinspace's picture
Initial dataset publication
5b2f19f verified
raw
history blame contribute delete
255 Bytes
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Environment
.env
.env.*
# Editors
.idea/
.vscode/
*.swp
*.swo
# Python
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
# Node
node_modules/
dist/
build/
# Misc
coverage/
.cache/
*.tmp