Files
MeetingTranskrip/.gitignore
2026-03-09 13:31:30 +01:00

39 lines
377 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
# Virtual Environment
.venv/
venv/
env/
# Environment / Secrets
.env
# Projektdaten (Uploads & Transkripte mit persönlichen Daten)
data/
output/
# Große Binärdateien
*.tar.xz
*.tar.gz
*.zip
# IDE
.idea/
.vscode/
*.iml
# Linter / Tool Caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
# Build
dist/
build/
*.egg-info/