We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06355a7 commit 9fb3319Copy full SHA for 9fb3319
.gitignore
@@ -1 +1,39 @@
1
exercise/venv/*
2
+
3
+# Created by .ignore support plugin (hsz.mobi)
4
+### Example user template template
5
+### Example user template
6
7
+# IntelliJ project files
8
+.idea
9
+*.iml
10
+out
11
+gen
12
+### macOS template
13
+# General
14
+.DS_Store
15
+.AppleDouble
16
+.LSOverride
17
18
+# Icon must end with two \r
19
+Icon
20
21
+# Thumbnails
22
+._*
23
24
+# Files that might appear in the root of a volume
25
+.DocumentRevisions-V100
26
+.fseventsd
27
+.Spotlight-V100
28
+.TemporaryItems
29
+.Trashes
30
+.VolumeIcon.icns
31
+.com.apple.timemachine.donotpresent
32
33
+# Directories potentially created on remote AFP share
34
+.AppleDB
35
+.AppleDesktop
36
+Network Trash Folder
37
+Temporary Items
38
+.apdisk
39
0 commit comments