Skip to content

Commit d17f128

Browse files
author
Jared Koumentis
committed
Merge pull request #440 from nap/master
PyCharm IDE project specific files
2 parents aa8fd18 + 187c9cd commit d17f128

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Global/PyCharm.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# PyCharm
2+
# http://www.jetbrains.com/pycharm/webhelp/project.html
3+
.idea
4+
.iml

Global/VirtualEnv.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Virtualenv
2+
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
3+
.Python
4+
[Bb]in
5+
[Ii]nclude
6+
[Ll]ib
7+
[Ss]cripts

0 commit comments

Comments
 (0)