# AVOS local state
.avos/

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

# Virtual environments
.venv/
.venv-*/
venv/
env/

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

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

# Type checking
.mypy_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# AI documents (not shipped)
ai_document/
context_engineering/
making_user_guide/
