mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
21 lines
323 B
Plaintext
21 lines
323 B
Plaintext
# Because we never want compiled Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Ignore stuff produced by distutils
|
|
/build/
|
|
/dist/
|
|
/MANIFEST
|
|
|
|
# Generated by parse.py -p
|
|
stats.prof
|
|
|
|
# From cover (esp. in combination with nose)
|
|
.coverage
|
|
|
|
# Because tox's data is inherently local
|
|
/.tox/
|
|
|
|
# We have no interest in built Sphinx files
|
|
/doc/_build
|