F7_recording/.gitignore
F7cloud 5824a82857 Exclude large dependencies from git repository
- Добавлены Firefox ESR и Geckodriver в .gitignore
- Создан README.md в dependencies/ с инструкциями по установке

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 12:19:10 +00:00

69 lines
624 B
Plaintext

# 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 Environment
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
# Logs
*.log
*.log.*
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.bak
*.swp
# Local configuration
server.conf
/etc/
# Build artifacts
*.tar.gz
*.zip
# Large dependencies (should be downloaded separately)
dependencies/firefox-esr/
dependencies/geckodriver
dependencies/*.tar.gz