Merge pull request #37 from MELScience/gitignore

Gitignore
This commit is contained in:
Swen Kooij
2017-07-18 14:36:46 +03:00
committed by GitHub
2 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
# Ignore virtual environments
env/
# Ignore Python byte code cache
*.pyc
__pycache__

3
.gitignore vendored
View File

@@ -16,3 +16,6 @@ dist/
# Ignore stupid .DS_Store # Ignore stupid .DS_Store
.DS_Store .DS_Store
# Ignore PyCharm
.idea/