45 lines
535 B
Plaintext
45 lines
535 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
.venv/
|
|
venv/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
|
|
# Lokale Konfiguration & Secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.local.toml
|
|
|
|
# Laufzeitdaten
|
|
/var/
|
|
uploads/
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.db
|
|
|
|
# Debian-Build-Artefakte
|
|
debian/.debhelper/
|
|
debian/oamc-turnier/
|
|
debian/files
|
|
debian/*.substvars
|
|
debian/*.log
|
|
debian/debhelper-build-stamp
|
|
../*.deb
|
|
../*.buildinfo
|
|
../*.changes
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Claude Code lokale (persoenliche) Einstellungen
|
|
.claude/settings.local.json
|