omegafox/.gitignore
daijro 68216153f3 Add Playwright tests
Adds Playwright's async tests to ensure that functionality is not broken.
2024-11-03 06:14:39 -06:00

34 lines
335 B
Text

# Local builds
/camoufox-*
/firefox-*
/mozilla-unified
dist/
bin/
launch
launch.exe
# Internal testing
/extra-docs
pythonlib/test*
/.vscode
/bundle/fonts/extra
pythonlib/*.png
scripts/*.png
.vscode
/tests/*.disabled
# Old data
_old/
_old_*/
*.old
# Logs
wget-log
*.kate-swp
*.log
# Python interface
venv/
__pycache__/
*.pyc
*.mmdb