Files
godot-showreel-voting/.gitignore
2024-09-05 14:12:24 +02:00

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