Initial Commit

This commit is contained in:
2026-06-04 15:09:43 +01:00
commit a0939e0ef4
3 changed files with 352 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# OS/editor files
.DS_Store
.vscode/
.idea/
# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Virtual environments (this repo currently contains one)
bin/
include/
lib/
pyvenv.cfg
.venv/
venv/
env/
# Build artifacts
build/
dist/
*.egg-info/
# Local Rubrik config / secrets
rsc.json