mlops-openenv / .gitignore
trretretret's picture
Deploy ML pipeline debugging environment to HF Spaces
7e782aa
raw
history blame contribute delete
304 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.venv/
venv/
venv2/
# Testing
.pytest_cache/
.mypy_cache/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Checkpoints
checkpoints/
# Temporary files
*.tmp
temp/