mlnet-samples / .gitignore
XiaoYun Zhang
update
6abb254
raw
history blame contribute delete
191 Bytes
# .gitignore file for Python projects
# Covers most common project files and folders
.DS_Store
*.pyc
*.pyo
*.pyd
__pycache__
*.so
*.egg
*.egg-info
dist
build
docs/_build
.idea
venv
test
.env