Initial commit: project structure and Git basics

This commit is contained in:
2026-05-30 11:53:10 +03:00
commit edc59e10c7
5 changed files with 100 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Виртуальное окружение
.venv/
venv/
env/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Jupyter
.ipynb_checkpoints/
# Данные и результаты
output.txt
*.csv
*.jpg
*.png
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db