.claude/
CLAUDE.md
.github/SOCIAL.md
.github/DEVTO_ARTICLE.md
.idea/
.mypy_cache/
.ruff_cache/

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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Docs build
site/

# Aegis runtime artifacts
aegis_audit.db
