# --- AgentGuardian-specific ---
.agentguardian/
*.aivss-cache

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# --- Distribution / build ---
dist/
build/
*.egg-info/
*.egg
*.whl
.eggs/

# --- Virtual envs ---
.venv/
venv/
env/
ENV/

# --- uv ---
.uv/
# NOTE: uv.lock IS committed (do not ignore).

# --- Test / coverage ---
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.cache/
.hypothesis/

# --- mkdocs build output ---
site/

# --- Type checkers / linters ---
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# --- Environment / secrets ---
.env
.env.*
!.env.example

# --- Editors ---
.idea/
.vscode/*
!.vscode/settings.json
*.swp
*.swo
*~

# --- OS ---
.DS_Store
Thumbs.db

# --- Misc (defensive) ---
node_modules/
*.log
