Initialer Import: Raceplaner mit Flask & Nginx Proxy
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Python & OS
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.env
|
||||
.DS_Store
|
||||
|
||||
# Datenbanken (WICHTIG!)
|
||||
data/*.db
|
||||
data/*.sqlite
|
||||
|
||||
# Zertifikate (WICHTIG!)
|
||||
# Wir laden die Ordnerstruktur hoch, aber nicht die Schlüssel selbst
|
||||
certs/*.pem
|
||||
certs/*.key
|
||||
certs/*.crt
|
||||
|
||||
# IDE & Venv
|
||||
.vscode/
|
||||
venv/
|
||||
pyenv/
|
||||
.python-version
|
||||
Reference in New Issue
Block a user