mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
16 lines
160 B
Plaintext
16 lines
160 B
Plaintext
/.venv
|
|
*.pyc
|
|
__pycache__/
|
|
.cache
|
|
pipenv.egg-info/
|
|
*.swp
|
|
.sublime-text-git-autocommit
|
|
docs/_build
|
|
dist
|
|
build
|
|
.DS_Store
|
|
test_project
|
|
Pipfile.lock
|
|
/.vscode/
|
|
.idea
|