mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
0984bab787
Fix #2100.
35 lines
292 B
Plaintext
35 lines
292 B
Plaintext
/.venv
|
|
*.pyc
|
|
__pycache__/
|
|
.cache
|
|
pipenv.egg-info/
|
|
*.swp
|
|
.sublime-text-git-autocommit
|
|
docs/_build
|
|
dist
|
|
build
|
|
.DS_Store
|
|
test_project
|
|
/.vscode/
|
|
.idea
|
|
|
|
/tests/pytest-pypi/pytest_pypi.egg-info
|
|
|
|
/.pytest_cache/
|
|
|
|
/.env
|
|
|
|
/requirements.txt
|
|
|
|
/test/
|
|
|
|
/results.tap
|
|
|
|
/report.tap
|
|
|
|
/t.py
|
|
|
|
/deb_dist/
|
|
|
|
.tox/
|