Files
godot-showreel-voting/.gitignore
2025-10-03 14:09:15 +02:00

20 lines
216 B
Plaintext

# Python
__pycache__
*.py[cod]
.venv
venv/
# VS project
.vscode
# Ignore the config file as it may contain secrets
.env
# db files
instance/*
!instance/example-config.py
# Compose override
compose.override.yaml