Skip to content

Commit 9694be9

Browse files
ZuluProAdam Stokes
authored and
Adam Stokes
committed
Improved .gitignore
1 parent 88afd71 commit 9694be9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
lint
2-
*.pyc
2+
*.py[co]
3+
__pycache__
34
dist
45
MANIFEST
5-
.idea
6+
.idea
7+
venv/
8+
*.sw[po]
9+
django_sslserver.egg-info/
10+
build/

0 commit comments

Comments
 (0)