pulumi/.gitignore
Sean Gillespie 89b052fc6d
Use Pipenv to manage Python environments (#1553)
* Use Pipenv to manage Python environments

* Rename PIPENV_ARGS to PIPENV_PYTHON_VERSION to avoid confusion. Also remove two unused variables
2018-06-21 18:01:23 -07:00

12 lines
226 B
Plaintext

*.swp
/vendor/
**/.vscode/
coverage.cov
*.coverprofile
Pipfile.lock
**/dist
# Go tests run "in tree" and this folder will linger if they fail (the integration test framework cleans
# it up when they pass.)
**/command-output/