mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 06:46:39 +01:00
32 lines
315 B
Plaintext
32 lines
315 B
Plaintext
ramalama/__pycache__
|
|
docsite/docs/**/*.mdx
|
|
docs/*.1
|
|
docs/*.5
|
|
docs/*.7
|
|
build
|
|
*.egg-info
|
|
*.dist
|
|
*.patch
|
|
ramalama/*.patch
|
|
dist
|
|
.#*
|
|
venv/
|
|
/*.container
|
|
/*.image
|
|
/*.volume
|
|
__pycache__/
|
|
.aider*
|
|
.coverage
|
|
coverage/
|
|
coverage.*
|
|
htmlcov/
|
|
.idea/
|
|
.hypothesis/
|
|
uv.lock
|
|
.tox
|
|
# pixi environments
|
|
.pixi/*
|
|
!.pixi/config.toml
|
|
*~
|
|
\#*#
|