Files
saldo/.gitignore
T
2026-04-21 21:17:36 +02:00

30 lines
375 B
Plaintext

# Python cache and virtual environments
__pycache__/
*.py[cod]
.venv/
venv/
# Test and local tooling output
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
# Local environment files
.env
.env.local
# Local runtime data
instance/
*.db
*.sqlite
*.sqlite3
# Uploaded media stored in the data directory
app/static/uploads/
# Editor and OS artifacts
.DS_Store
.idea/
.vscode/