pypiserver/.gitignore

33 lines
293 B
Plaintext

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