commit
ebae6214b9
|
@ -0,0 +1,51 @@
|
|||
# OS-generated
|
||||
# ------------
|
||||
.DS_Store*
|
||||
[Tt]humbs.db
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Programming - general
|
||||
*.log
|
||||
|
||||
|
||||
# =========================================================================== #
|
||||
# Python-related
|
||||
# =========================================================================== #
|
||||
# src: https://github.com/github/gitignore/blob/master/Python.gitignore
|
||||
|
||||
# JetBrains PyCharm / Rider
|
||||
.idea/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
|
||||
# =========================================================================== #
|
||||
# Repo-specific
|
||||
# =========================================================================== #
|
||||
/src/
|
|
@ -0,0 +1,3 @@
|
|||
# Exclude the heavyweight models:
|
||||
*.ckpt
|
||||
*.ckpt.*
|
Loading…
Reference in New Issue