# Python bytecode / extension artifacts
__pycache__/
*.py[cod]
*$py.class
*.so

# Packaging / build outputs
build/
dist/
wheels/
*.egg-info
.eggs/
*.egg

# Virtual environments and local env files
.venv
venv/
env/
ENV/
.env
.env.*
!.env.example

# Test, lint, type-check, and coverage caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
.pyre/
.tox/
.nox/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Local runtime data
*.db
*.sqlite
*.sqlite3

# OS / editor files
.DS_Store
Thumbs.db
.idea/
.vscode/


# Private agent workspace files
.claude/
.cursor/
.agents/
.mcp.json

# Agentenna files
.agentenna/
.agentenna.toml