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

# Virtual envs
.venv/
venv/
env/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
uv.lock

# AgentVision runtime
.agentvision/
*.agentvision-cache/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/

# Secrets
.env
.env.*
!.env.example
