32 lines
249 B
Plaintext
32 lines
249 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Virtualenv
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Sonstige
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logdateien
|
|
*.log
|
|
|
|
# Test-/Coverage-Dateien
|
|
htmlcov/
|
|
.coverage
|
|
.tox/
|
|
.pytest_cache/
|
|
|
|
# Betriebssystem
|
|
*.swp
|
|
|
|
idea.txt
|