# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Build/package artifacts
build/
dist/
*.egg-info/
.eggs/

# Local environment/secrets
.env
.env.*
!.env.example
*.pem
*.key
*.token

# Agentify local runtime state
.agentify/
agentify.sqlite*

# Node/vendor dependencies for embedded Pi bridge
node_modules/
src/vendor/pi/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# OS/editor files
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo

# Agent Runner local project state, if ever created in repo
.agent-runner/
