We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36359b2 + 965685e commit 46b5689Copy full SHA for 46b5689
.gitignore
@@ -3,15 +3,29 @@
3
.env
4
5
_build/
6
-env/
7
-__pycache__
8
-*.pyc
9
*~
10
.directory
11
.vs/
12
.vscode/
13
*.mo
14
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
15
+*$py.class
16
+
17
+# Common environment files
18
+.env
19
+.venv
20
+env/
21
+venv/
22
+ENV/
23
+env.bak/
24
+venv.bak/
25
26
+# User created Python virtual environment as described in the docs
27
+godot-docs-venv/
28
29
# Vim temp files
30
*.swo
31
*.swp
@@ -45,8 +59,5 @@ logo.h
45
59
tmp-unused-images
46
60
tmp-unused-images-history
47
61
48
-# User created Python virtual environement as described in the docs
49
-godot-docs-venv/
50
-
51
62
# Jetbrains IDE files
52
63
/.idea/
0 commit comments