Files
LagerFastApi/.gitignore
2026-02-06 17:06:35 +01:00

20 lines
176 B
Plaintext

# venv / python cache
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
# env / secrets
.env
# local data / sqlite
data/
*.db
# editor
.vscode/
# OS
.DS_Store
Thumbs.db