# ---------------------------------------------------------------------------
# rag-blocks .gitignore  (Python library, GitHub "Python" template + project)
# ---------------------------------------------------------------------------

# Local scratch / generated docs (not part of the repo)
tump_docs/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Secrets (never commit) — see AGENTS.md §7.4
*.pem
*.key

# Jupyter Notebook
.ipynb_checkpoints

# IDEs / editors
.idea/
.vscode/
*.swp
*.swo
*~

# OS cruft
.DS_Store
Thumbs.db

# Project-local caches (blob store, parse cache, trial logs when run locally)
.rag_cache/
*.sqlite
*.sqlite3
