Smart-Dashboard/.gitignore
2026-02-14 20:08:34 +01:00

50 lines
458 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Konfiguration (enthält Credentials!)
config.ini
# Logs
*.log
logs/
# Betriebssystem
.DS_Store
Thumbs.db
# Temporäre Dateien
*.tmp
*.bak
*.backup