This commit is contained in:
andrei
2026-05-18 12:03:42 +07:00
parent 60486d5ed8
commit 11bd25ff87
2 changed files with 27 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Временные файлы Word/Office
*.doc
*.docx
*.tmp
.~*
~$*
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# Oracle
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo
# Системные файлы
.DS_Store
Thumbs.db
Binary file not shown.