RefCheck / .gitignore
voidful's picture
Add RefCheck Gradio Space
11a28db verified
Raw
History Blame Contribute Delete
285 Bytes
# Python
__pycache__/
*.pyc
*.pyo
.eggs/
*.egg-info/
dist/
build/
# Environment
.env
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
# DBLP raw data (regenerate with: python scripts/update_db.py)
data/raw/
# Legacy single-file index (replaced by sharded index)
data/conference_index.json