mlpractical/.gitignore

78 lines
962 B
Plaintext
Raw Normal View History

2024-10-14 10:56:47 +02:00
2015-09-27 23:00:09 +02:00
#dropbox stuff
*.dropbox*
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-10-14 11:03:02 +02:00
etc/
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/*
2023-10-06 11:13:53 +02:00
# Notebook stuff
notebooks/.ipynb_checkpoints/
2024-10-03 15:53:33 +02:00
# Data folder
2024-10-14 11:03:02 +02:00
solutions/
2024-10-14 10:56:47 +02:00
# Latex stuff
report/mlp-cw1-template.aux
report/mlp-cw1-template.out
report/mlp-cw1-template.pdf
report/mlp-cw1-template.synctex.gz