Innova_Hackthon / .gitignore
GitHub Actions
Deploy from GitHub: 68bd5c9838c0ba7d11f5a74b54e80085410bc33a
6543cd2
Raw
History Blame Contribute Delete
298 Bytes
# Environment
.env
# Python cache
__pycache__/
*.py[cod]
*.pyo
# Virtual environments
.venv/
venv/
env/
# Downloaded models (large files)
models/
# Logs
*.log
logs/
# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
# MyPy
.mypy_cache/
# Distribution / packaging
dist/
build/
*.egg-info/