mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
- The "--no-site-packages" option is default now - "pip install -e" is basically equivalent to "python setup.py develop" - Delete also dist/ and MANIFEST - Delete all *.py[co] files (and __pycache__ directories on Python 3)
24 lines
339 B
Plaintext
Executable File
24 lines
339 B
Plaintext
Executable File
*.gem
|
|
*.sw*
|
|
*.pyc
|
|
*#*
|
|
venv*
|
|
__pycache__
|
|
MANIFEST
|
|
build
|
|
dist
|
|
setuptools-*
|
|
.svn/*
|
|
.DS_Store
|
|
*.so
|
|
.Python
|
|
distribute-0.6.8-py2.6.egg
|
|
distribute-0.6.8.tar.gz
|
|
gunicorn.egg-info
|
|
nohup.out
|
|
.coverage
|
|
examples/frameworks/pylonstest/PasteScript*
|
|
examples/frameworks/pylonstest/pylonstest.egg-info/
|
|
examples/frameworks/django/testing/testdb.sql
|
|
.tox
|