pypiserver/.gitignore

37 lines
328 B
Plaintext

*.class
*.pyc
*.pyo
*.o
*.so
*.os
*.pyd
*.elc
*~
.*.swp
.*.swo
.*.swn
.~
.DS_Store
.ropeproject
ID
__pycache__/
/build/
/dist/
/*.egg
/MANIFEST
/README.html
/pypi-server-standalone.py
/.project
/.pydevproject
/.tox/
/*.egg-info/
/.standalone/
/.coverage
/htmlcov/
/.installed.cfg
/bin/
/develop-eggs/
/eggs/
/parts/
/.settings/