# user
.speckeep
.opencode

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

# Distribution / packaging
dist/
build/
*.egg
*.egg-info/

# Virtual environments
.venv/
.venv*/
venv/

# Testing / linting / typing
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# IDE / editor
.vscode/
.idea/
*.swp
*.swo

# OS junk
.DS_Store
Thumbs.db

# Environment variables
.env
.env.*
# The scaffold's postgres variant ships a tracked .env.example as a template
# (an exception to the ignore above so CI copies it into generated apps).
!draf/scaffold/variants/postgres/.env.example

# Docs build output (mkdocs)
site/

# Runtime artifacts (examples)
*.db
*.sqlite3
checkpoints/
chroma_db/
examples/rag_stores/faiss/index.bin
examples/rag_stores/faiss/index.bin.meta.json
examples/rag_stores/lance/db/
examples/rag_stores/milvus/milvus.db/
examples/parallel/rag_report.md
