paperindex / .gitignore
DVampire
update data
d3e5344
raw
history blame contribute delete
580 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Project specific
# *.db # Comment out to allow database files
# papers_cache.db # Comment out to allow database files
.env
.env.local
.env.*.local
.env.example
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp