35 lines
400 B
Plaintext
35 lines
400 B
Plaintext
# 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
|