# Node (each package: agloom_cli/, agloom_web/)
node_modules/

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# IDE
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing / coverage
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# Type checkers
.mypy_cache/
.pyrefly/

# Linter / test caches
.ruff_cache/
.pytest_cache/

# Logs
*.log

# Agent / IDE config (local only)
.claude/

# MkDocs build output
site/

# Aggregated package docs (copied by `make docs-prepare` / Read the Docs)
docs/_packages/

# Secrets baseline (tracked, but regenerated)
# .secrets.baseline

# Environment variables
.env
.env.*
!.env.example

# Qdrant local storage
qdrant_data/
skills_store/

.vscode/
.aider*

*-lock.json

agloom_web/package-lock.json

# agloom config (local only)
.agloom
# Super-Brain
.agsuperbrain/
.agsuperbrainignore
uv.lock
