Skip to content

Commit 3746600

Browse files
committed
updated gitignore and requirements
1 parent a442fbe commit 3746600

16 files changed

+42
-3
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@
66
.idea/**/shelf
77

88
# Generated files
9-
.idea/**/contentModel.xml
9+
.idea/**/contentModel.xml
10+
11+
# Virtual environment
12+
venv/
13+
.venv

.idea/DjangoRestDeepLearning.iml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
420 Bytes
Binary file not shown.
-725 Bytes
Binary file not shown.
-661 Bytes
Binary file not shown.
-557 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)