mlpractical/.gitignore

90 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-09-27 23:00:09 +02:00
#dropbox stuff
*.dropbox*
2024-11-11 15:33:32 +01:00
.idea/*
2015-09-27 23:00:09 +02:00
2015-09-22 16:28:18 +02:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
2024-11-11 15:33:32 +01:00
*.tar.gz
2015-09-22 16:28:18 +02:00
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
2023-09-25 01:34:38 +02:00
2024-10-14 10:56:47 +02:00
# Pycharm
.idea/*
2024-11-11 15:33:32 +01:00
#Notebook stuff
2023-10-06 11:13:53 +02:00
notebooks/.ipynb_checkpoints/
2024-10-03 15:53:33 +02:00
2024-11-11 15:33:32 +01:00
#Google Cloud stuff
/google-cloud-sdk
.ipynb_checkpoints/
data/cifar-100-python/
data/MNIST/
2024-10-14 11:03:02 +02:00
solutions/
2024-10-14 10:56:47 +02:00
report/mlp-cw1-template.aux
report/mlp-cw1-template.out
report/mlp-cw1-template.pdf
report/mlp-cw1-template.synctex.gz
2024-11-11 15:33:32 +01:00
.DS_Store
report/mlp-cw2-template.aux
report/mlp-cw2-template.out
report/mlp-cw2-template.pdf
report/mlp-cw2-template.synctex.gz
report/mlp-cw2-template.bbl
report/mlp-cw2-template.blg
2024-11-18 21:40:20 +01:00
venv
2024-11-19 18:04:58 +01:00
saved_models