# GroundMemory - local config files (do not commit secrets or personal settings)
.env
groundmemory.yaml

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# uv / virtual environments
.venv/
venv/
.uv/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
*.xml

# Type checking
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# GroundMemory runtime data
# Docker bind-mount directory created by docker-compose (./data:/data)
data/
*.db
*.db-shm
*.db-wal

# Others
_untracked/