Skip to content

Commit 8918890

Browse files
committed
added .idea folder and other files recommended in djangogirls tutorial
1 parent 0aa5048 commit 8918890

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ __pycache__/
66
# C extensions
77
*.so
88

9+
#i dont know what is this folder
10+
.idea/
11+
912
# Distribution / packaging
1013
.Python
1114
build/
@@ -102,3 +105,11 @@ venv.bak/
102105

103106
# mypy
104107
.mypy_cache/
108+
109+
*.pyc
110+
*~
111+
__pycache__
112+
113+
db.sqlite3
114+
/static
115+
.DS_Store

0 commit comments

Comments
 (0)