omegafox/.gitignore
daijro 351e99ed18 pythonlib: Add more leak warnings 0.2.8
Warns the user for when the passed parameters are likely to cause a leak.
2024-10-06 23:32:50 -05:00

32 lines
No EOL
297 B
Text

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