NegBioDB / .gitignore
jang1563's picture
Update .gitignore: allow data/ for HuggingFace dataset files
e14383f verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
# Virtual environments
.venv/
venv/
# Environment variables
.env
# OS
.DS_Store
# IDE
.idea/
.vscode/
# Claude Code local settings
.claude/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Internal planning documents
research/
NeurIPS_DB_Track_Research.md
# Database files (too large for git)
*.db
*.sqlite
*.sqlite3
# Binary files (PDFs)
paper/main.pdf
paper/*.aux
paper/*.bbl
paper/*.blg
paper/*.log
paper/*.out
paper/missfont.log
paper/figures/*.pdf
# Runtime logs and internal audit artifacts
logs/
results/
exports/reload_*.log
exports/pubchem_qc_*
exports/pubchem_strict_audit_*