📝 Добавлен .gitignore

- Исключены Python кэш файлы и виртуальные окружения
- Исключены IDE файлы и временные файлы
- Исключены тестовые скрипты и cookies.txt
- Добавлены OS специфичные файлы
This commit is contained in:
vrubelroman 2025-10-06 01:37:27 +03:00
parent eb3e99cf59
commit 4a937e1f7f

47
.gitignore vendored Normal file
View file

@ -0,0 +1,47 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project specific
cookies.txt
*.log
*.tmp
# Test files
advanced_torrent_test.py
fix_qbittorrent_port.py
qbittorrent_diagnostics.py