We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56d12a commit d1c38fbCopy full SHA for d1c38fb
.gitignore
@@ -1,4 +1,34 @@
1
-# Ignore all Markdown files
+# Byte-compiled / pycacahe
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
-README.md
6
+# Translations
7
+*.mo
8
+*.pot
9
10
+# Django stuff:
11
+*.log
12
+local_settings.py
13
+db.sqlite3
14
+
15
+# Environments
16
+.vscode
17
+.env
18
+.venv
19
+env/
20
+venv/
21
+ENV/
22
+env.bak/
23
+venv.bak/
24
25
+# mkdocs documentation
26
+/site
27
28
+# mypy
29
+.mypy_cache/
30
+.dmypy.json
31
+dmypy.json
32
33
+# Pyre type checker
34
+.pyre/
0 commit comments