Initial Commit
This commit is contained in:
+34
@@ -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
|
||||
Reference in New Issue
Block a user