# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.egg-info/
dist/
build/
*.egg

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.npm
.yarn
.cache/

# Environment
.env
.env.local
.env.*.local
# Issue #1280: agent.d/ entirely excluded from Git.
# Compose files are generated by Backend Provisioning (agent_provisioning.py).
# They contain secrets (MCP_BEARER_TOKEN etc.) and must never be committed.
agent.d/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Logs
logs/
*.log

# Database
*.db
*.sqlite
*.sqlite3

# Docker
.dockerignore

# Temporary files
tmp/
temp/
*.tmp

# Build artifacts
.svelte-kit/
dist/
build/

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

# OS
Thumbs.db
docs/CREDENTIALS.md
