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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.iml

# macOS
.DS_Store

# Distribution
*.whl
*.tar.gz
MANIFEST

# Environment files
.env
.env.*

# Local ADK session storage created by tests/scheduler
*.db
.adk/
