mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 15:47:26 +01:00
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>
31 lines
293 B
Plaintext
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
|
|
*~
|
|
\#*#
|