Files
aodh/.gitignore
Emma Foley a134126ae7 Update gitignore to ignore md files for AI agents
OpenStack uses .rst for docs, so .md files can all
be ignored, which covers the AGENT.md files used for
AI coding assistants.

Change-Id: Id3e132ef6f1d40c8ae3b2caf13485e977898da46
Signed-off-by: Emma Foley <efoley@redhat.com>
2026-02-27 14:49:48 -05:00

31 lines
485 B
Plaintext

*.egg*
*.mo
*.pyc
*~
.*.swp
.*sw?
.coverage
.stestr
.tox
AUTHORS
build/*
ChangeLog
cover/*
dist/*
doc/build
etc/aodh/aodh.conf
etc/aodh/*.sample
subunit.log
# Files created by releasenotes build
releasenotes/build
/doc/source/contributor/api/
doc/source/_static/aodh.policy.yaml.sample
doc/source/_static/aodh.conf.sample
.vscode/
# Files used by AI agents for instructions, rules and project context
# md is also used for docs, but we can ignore them since openstack uses rst
*.md