We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f89bed commit f931ac6Copy full SHA for f931ac6
1 file changed
.dockerignore
@@ -1,7 +1,42 @@
1
+# Version control
2
.git
3
+.gitignore
4
+
5
+# Dependencies & build artifacts
6
__pycache__
7
+dist
8
+build
9
10
*.pyc
11
*.pyo
12
*.pyd
13
14
+# Development files
15
+contrib/
16
+tmp/
17
.env
-.venv
18
+.env.local
19
+*.log
20
+coverage
21
+.venv
22
23
24
+# IDE files
25
+.vscode
26
+.idea
27
+*.swp
28
+*.swo
29
+*.code-workspace
30
31
+# OS files
32
+.DS_Store
33
+Thumbs.db
34
35
+# Documentation
36
+docs/
37
+changelog.d/
38
+*.rst
39
+*.md
40
41
+# Test files
42
+tests/
0 commit comments