Files
python-observabilityclient/.gitignore
Emma Foley 1103cc849a 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: Iee831d19b9974a2911123332d19be0b554e4b74e
Signed-off-by: Emma Foley <efoley@redhat.com>
2026-03-03 10:13:47 -05:00

63 lines
665 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.stestr/
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
releasenotes/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# generated docs
doc/source/ref/
# 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