Initial commit
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Konfiguration mit Geheimnissen
|
||||
.env
|
||||
rollen.yml
|
||||
|
||||
# Laufzeitdaten
|
||||
data/
|
||||
migration.sqlite
|
||||
*.json
|
||||
!*.example.json
|
||||
*.csv
|
||||
*.dump
|
||||
fix_added.py
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user