__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.eggs/
.env
.git/
.github/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.db
data/semantic_cache.db
.venv/
venv/
.env
.env.*
!.env.example
*.log
.vscode/
.idea/
.agents/
.opencode/
docs/
*.md
!README.md
