SafeVixAI-Dataset-Hub / .gitignore
Bappadala Rohith Kumar Naidu
feat(hub): major dataset sync — new data, scripts and PDFs
151e45b
Raw
History Blame Contribute Delete
232 Bytes
# SafeVixAI-Dataset-Hub — minimal .gitignore
# Data repo: track everything except Python cache and secrets
__pycache__/
*.py[cod]
.env
.env.*
.DS_Store
Thumbs.db
*.log
*.tmp
.ipynb_checkpoints/
*/.ipynb_checkpoints/
.venv/
venv/