mirror of
https://github.com/godotengine/godot-showreel-voting.git
synced 2026-09-03 18:15:13 +03:00
16 lines
157 B
Plaintext
16 lines
157 B
Plaintext
|
|
# Python
|
|
__pycache__
|
|
*.py[cod]
|
|
.venv
|
|
venv/
|
|
|
|
# Collected static files
|
|
static/
|
|
|
|
# VS project
|
|
.vscode
|
|
|
|
# Ignore the config file as it may contain secrets
|
|
.env
|