Initial commit
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Файлы кэша Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Логи
|
||||
*.log
|
||||
|
||||
# Виртуальное окружение
|
||||
# venv/
|
||||
# env/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Файлы ОС
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user