pull/7/head
Martin Lackner 2020-07-19 21:18:08 +02:00
rodzic e29a7e74b3
commit f447b5c9db
1 zmienionych plików z 62 dodań i 0 usunięć

62
.gitignore vendored 100644
Wyświetl plik

@ -0,0 +1,62 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyc
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.pytest_cache
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
# Jupyter NB Checkpoints
.ipynb_checkpoints/
# VS Code
.vscode/
# Spyder
.spyproject/
# PyDev
.pydevproject
.project
.settings
# Mac OS-specific storage files
.DS_Store
# VIM
*.swp
*.swo
# Pycharm
.idea
gurobi.log
# LaTex
*.log
*.aux
*.bbl
*.bcf
*.blg
*.toc
*.snm
*.nav
*.run.xml
# Other
excluded
compare_with_other_implementation.py
extradata