Inference-API / .gitignore
AurelioAguirre's picture
FIRST
47031d7
raw
history blame contribute delete
437 Bytes
# Virtual Environment
myenv/
venv/
ENV/
# 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
# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/
.classpath
# Logs and databases
*.log
*.sqlite
*.db
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db