Erste Version - tut lokal aufm MAC
This commit is contained in:
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
# Projekt-Sachen
|
||||
videospeicher/
|
||||
|
||||
# === Python Bytecode ===
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# === Virtuelle Umgebungen ===
|
||||
.venv/
|
||||
env/
|
||||
venv/
|
||||
|
||||
# === Build & Distribution ===
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
|
||||
# === Logs & temporäre Dateien ===
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# === IDE / Editor Dateien ===
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# === macOS-spezifisch ===
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# === Python Tools ===
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
Reference in New Issue
Block a user