cloudzy_ai_challenge / .gitignore
matinsn2000's picture
Added embedding
1006fab
raw
history blame contribute delete
447 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Project specific
uploads/
photos.db
faiss_index.bin
*.db
*.db-journal
.env
.env.local
.env.example
# Logs
*.log
logs/
*.npy
*.ids
# Testing
.pytest_cache/
.coverage
htmlcov/
# Docker
.dockerignore