# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/
env/
ENV/

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

# Local environment and secrets
.env
.env.*
!.env.example
.papaya-agent/

# Node (the npm shim under npm/ has no dependencies; these are local artifacts)
node_modules/
pnpm-lock.yaml
package-lock.json
npm/.uv/

# Tool caches
.cache/
.uv-cache/

# Worker evidence, never part of a change
.mm-evidence/

# Editor, OS, and logs
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*.log
.gitnexus
