UPIF-Demo / .gitignore
yashsecdev's picture
Initial commit: UPIF v0.1.4 and Marketing Demo
5e56bcf
raw
history blame contribute delete
333 Bytes
# Secrets
.pypirc
.env
.secrets
# 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
# Virtual Environments
venv/
env/
ENV/
test_env/
testenv/
# IDEs
.vscode/
.idea/
# Jupyter
.ipynb_checkpoints
*.onnx