mirror of
https://github.com/godotengine/godot-showreel-voting.git
synced 2026-09-03 18:15:13 +03:00
20 lines
216 B
Plaintext
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
|