Skip to content

Commit 087464e

Browse files
committed
general gitignore files
1 parent e690750 commit 087464e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,16 @@ selenium-debug.log
1616
*.njsproj
1717
*.sln
1818
.venv
19+
20+
21+
### Django ###
22+
*.log
23+
*.pot
24+
*.pyc
25+
__pycache__/
26+
local_settings.py
27+
28+
.venv/
29+
db.sqlite3
30+
31+

0 commit comments

Comments
 (0)