Zadanie 1
This commit is contained in:
parent
f68b5273f2
commit
abd8cdac0d
59
.gitignore
vendored
Normal file
59
.gitignore
vendored
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
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
|
||||||
|
fifa19*
|
1001
Zadanie 1.ipynb
Normal file
1001
Zadanie 1.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user