Files
TDI-Dashboard/.gitignore
T
2026-05-07 16:57:05 +02:00

14 lines
157 B
Plaintext

# Environment variables (local paths, secrets)
.env
# Python bytecode
__pycache__/
*.pyc
*.pyo
# SQLite database files
*.db
*.db-journal
*.db-wal
*.db-shm