28 lines
205 B
Plaintext
28 lines
205 B
Plaintext
|
|
# Python-Umgebungen
|
||
|
|
.venv/
|
||
|
|
venv/
|
||
|
|
ENV/
|
||
|
|
__pycache__/
|
||
|
|
*.pyc
|
||
|
|
*.pyo
|
||
|
|
*.pyd
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
log/
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Sonstiges
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
idea.txt
|
||
|
|
*.md
|
||
|
|
LICENSE
|
||
|
|
|
||
|
|
# Tests
|
||
|
|
*.pytest_cache/
|
||
|
|
test_app.py
|