# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
build/
dist/
rag-core

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.graphify-out/
.coverage
htmlcov/

# Secrets
.env
.env.local

# Embedded Qdrant storage — never commit a vector database
qdrant_data/
*.qdrant/

# Credentials — twine reads ~/.pypirc, never keep a token inside the repo
.pypirc
*.pypirc
