defunkt / python-spidermonkey forked from davisp/python-spidermonkey

Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation.

This URL has Read+Write access

python-spidermonkey / .gitignore
100644 9 lines (8 sloc) 0.082 kb
1
2
3
4
5
6
7
8
9
.gdb_history
*.pyc
*.so
*.egg
build/*
dist/*
tmp/*
python_spidermonkey.egg-info/*