# .codebaseragignore: gitignore syntax. Paths matched here are skipped during indexing.
# These are examples; node_modules/, .venv/, .git/, dist/, build/, __pycache__/ and *.min.js
# are always ignored by default even without listing them here.

# Ignore generated API clients and protobuf output.
generated/
*_pb2.py

# Ignore large data fixtures and snapshots that are not source code.
tests/fixtures/**/*.json
docs/_build/
