ium_434760/.gitignore

69 lines
869 B
Plaintext
Raw Normal View History

2021-03-21 15:54:39 +01:00
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config.rst
docs/gh-pages
notebook/i18n/*/LC_MESSAGES/*.mo
notebook/i18n/*/LC_MESSAGES/nbjs.json
notebook/static/components
notebook/static/style/*.min.css*
notebook/static/*/js/built/
notebook/static/*/built/
notebook/static/built/
notebook/static/*/js/main.min.js*
notebook/static/lab/*bundle.js
node_modules
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
.pytest_cache
src
*.swp
*.map
.idea/
Read the Docs
config.rst
*.iml
/.project
/.pydevproject
package-lock.json
geckodriver.log
*.iml
# jetbrains IDE stuff
*.iml
.idea/
# ms IDE stuff
*.code-workspace
.history
.vscode
# copied changelog
docs/source/changelog.md
#fifa dataset
2021-06-12 22:18:46 +02:00
fifa19.zip
2021-04-25 17:39:38 +02:00
data.csv
test.csv
train.csv
dev.csv
2021-04-28 21:21:14 +02:00
*.txt
.venv/
2021-04-29 23:45:22 +02:00
model.h5
2021-05-16 23:41:55 +02:00
evaluation.png
2021-05-24 01:00:39 +02:00
mlruns*
fifa_overall*