Skip to content

Commit

Permalink
Merge pull request #190 from pavll/fix-189-jetbrainside-venv-pipenv-s…
Browse files Browse the repository at this point in the history
…upport-gitignore

Fix #189, Virtualenv and Pipenv .gitignore support
  • Loading branch information
astrogeco authored Sep 1, 2021
2 parents dd9859c + 5f571bb commit 00005b9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Python stuff
__pycache__/
*.pyc

# Virtualenv + Pipenv stuff
.venv
.venv/
env/
venv/
Pipfile
Pipfile.lock

# Other stuff
cmdUtil
!/Subsystems/cmdUtil

# cmake stuff
CMakeFiles
CMakeCache.txt

# OS stuff
.DS_Store

0 comments on commit 00005b9

Please sign in to comment.