ResearchRadar.AI / .gitignore
VinitT's picture
add huggingface space
4d5c005
raw
history blame contribute delete
288 Bytes
# Environment variables
.env
# Firebase credentials
*serviceAccountKey.json
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/