1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 15:47:26 +01:00
Files
ramalama/.gitignore
John Wiele 108ce804af Add some convenience tweaks for developing with emacs.
Make flake8 use pylint format if run in an emacs compile buffer.  This
causes error messages to be formatted such that "C-x `" (next-error)
will go to the flagged line of code.

Add emacs backup files to .gitignore.

Signed-off-by: John Wiele <jwiele@redhat.com>
2025-12-03 10:39:16 -05:00

31 lines
293 B
Plaintext

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