git ignore added
This commit is contained in:
commit
0c83ce4d6e
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.egg-info/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
|
||||||
|
# Flask / Instance (DB, Uploads, Secrets – nie ins Git)
|
||||||
|
instance/
|
||||||
|
|
||||||
|
# Produktion: Secrets und DB-Backups nie ins Git
|
||||||
|
.env
|
||||||
|
backups/
|
||||||
|
|
||||||
|
# OS / Editor
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
Loading…
Add table
Reference in a new issue