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 91f7d17 commit 273a036Copy full SHA for 273a036
1 file changed
.gitignore
@@ -1,6 +1,18 @@
1
*.mo
2
/_build/
3
4
+# Submodules to avoid issues
5
+cpython
6
+.migration/tutorialpyar
7
+
8
+# Files overriden by our scripts
9
+Doc/tools/templates/customsourcelink.html
10
+Doc/tools/templates/indexsidebar.html
11
+Doc/CONTRIBUTING.rst
12
+Doc/translation-memory.rst
13
+Doc/upgrade-python-version.rst
14
+locales/
15
16
# Byte-compiled / optimized / DLL files
17
__pycache__/
18
*.py[cod]
@@ -47,4 +59,4 @@ coverage.xml
47
59
48
60
# Ides
49
61
.vscode/
50
-.idea/
62
+.idea/
0 commit comments