Skip to content

Commit

Permalink
ds-intro
Browse files Browse the repository at this point in the history
  • Loading branch information
UzunDemir committed Jan 23, 2023
1 parent 9be6939 commit c58b426
Show file tree
Hide file tree
Showing 66 changed files with 319,831 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#òðåíèðóþñü ñîçäàâàòü ôàéë gitignor
#êîíòðîëüíûå òî÷êè íå õî÷ó ÷òîáû áûëè â ïðîåêòå
13_api/lesson_git/.ipynb_checkpoints/
.ipynb_checkpoints/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

#...áóäåò ïðîäîëæåíèå. íàäî ðàçîáðàòüñÿ ñî âñåì ýòèì, ÷òî íàïèñàíî âûøå
Loading

0 comments on commit c58b426

Please sign in to comment.