mirror of
https://github.com/artagaz/bd-semestovaya.git
synced 2026-06-19 02:01:30 +07:00
28 lines
235 B
Plaintext
28 lines
235 B
Plaintext
# Временные файлы Word/Office
|
|
*.doc
|
|
*.docx
|
|
*.tmp
|
|
.~*
|
|
~$*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Oracle
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Системные файлы
|
|
.DS_Store
|
|
Thumbs.db
|