mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
20 lines
323 B
Text
20 lines
323 B
Text
# 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
|