mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Add more Python-related files to gitignore
Based on https://www.toptal.com/developers/gitignore/api/python which is under CC0 license
This commit is contained in:
+17
-6
@@ -3,15 +3,29 @@
|
|||||||
.env
|
.env
|
||||||
|
|
||||||
_build/
|
_build/
|
||||||
env/
|
|
||||||
__pycache__
|
|
||||||
*.pyc
|
|
||||||
*~
|
*~
|
||||||
.directory
|
.directory
|
||||||
.vs/
|
.vs/
|
||||||
.vscode/
|
.vscode/
|
||||||
*.mo
|
*.mo
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# Common environment files
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
env.bak/
|
||||||
|
venv.bak/
|
||||||
|
|
||||||
|
# User created Python virtual environment as described in the docs
|
||||||
|
godot-docs-venv/
|
||||||
|
|
||||||
# Vim temp files
|
# Vim temp files
|
||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
@@ -45,8 +59,5 @@ logo.h
|
|||||||
tmp-unused-images
|
tmp-unused-images
|
||||||
tmp-unused-images-history
|
tmp-unused-images-history
|
||||||
|
|
||||||
# User created Python virtual environement as described in the docs
|
|
||||||
godot-docs-venv/
|
|
||||||
|
|
||||||
# Jetbrains IDE files
|
# Jetbrains IDE files
|
||||||
/.idea/
|
/.idea/
|
||||||
|
|||||||
Reference in New Issue
Block a user