first commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# виртуальное окружение
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# кэш питона
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.pytest_cache
|
||||
|
||||
# IDE и редакторы
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS мусор
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
#Подсказки
|
||||
hint.py
|
||||
|
||||
#env
|
||||
*.env
|
||||
#db
|
||||
*.db
|
||||
|
||||
#Примеры документов
|
||||
document_examples/
|
||||
Reference in New Issue
Block a user