# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
env/
ENV/

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

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover

# Linting / formatting caches
.ruff_cache/
.mypy_cache/
.pytype/

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

# macOS
.DS_Store

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

# Logs
*.log

# Git worktrees
.worktrees/

# ChromaDB data (if MUNINN_DATA_DIR points inside the repo)
chroma/
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
