This commit is contained in:
Ole
2026-05-16 06:54:17 +00:00
commit 1399f61c1a
44 changed files with 6746 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Virtualenvs
.venv/
venv/
# uv
# uv.lock
# Env
.env
.env.local
# Data/cache
data/*.sqlite
data/*.sqlite-*
data/*.db
data/*.db-*
# Editor
.DS_Store
.idea/
# Logs
*.log