1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 06:46:39 +01:00
Files
ramalama/.gitignore
Oliver Walsh 74d664eb49 Add generated docs to gitignore
Signed-off-by: Oliver Walsh <owalsh@redhat.com>
2026-02-04 11:14:46 +00:00

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
*~
\#*#