
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log

# Dependency directories
node_modules/
**/node_modules/**

# Build outputs
dist/
**/dist/**


# Python caches and env
__pycache__/
**/__pycache__/**
.pytest_cache/
**/.pytest_cache/**
.venv/
**/.venv/**
*.egg-info/
**/*.egg-info/**

# Environment files
.env
*.env
**/*.env

# Tooling and editors
.vscode/
**/.vscode/**
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# OS-specific
.DS_Store
*:[Zz]one.Identifier

# Project-specific caches and configs
.codex/
**/.codex/**
.gemini/
**/.gemini/**
.cursor/
**/.cursor/**
.clinerules/
**/.clinerules/**
.context/
**/.context/**
.taskmaster/
**/.taskmaster/**
codefetch/
**/codefetch/**
.owner-docs/
**/owner-docs/**
.browser-echo-mcp.json
cache.db
uv.lock
*.lock

# MLFlow
mlruns/
**/mlruns/**
mlflow.db

# Misc project content
#.llms.txt
#**/llms.txt/**
**/.codex/**
.default.md
.shared/
**/shared/**

# Archives
**/.archive/**
**/.archived/**
**/*.xml/**

**/templates/**


**/build/**
# specific words in filenames
**/*codebase*.*
#**/*AGENTS*.*
**/*prd*.*
*.xml
**/*codebase*.*/**
**/*_thread.*/**
**/.mypy_cache/**
**/.ops/**
**/uv-cache/**
**/.ruff_cache/**
**/*scratchpad*.*/**



# Artifacts and generated data
#/artifacts/*
#/artifacts/**/*.md
#/artifacts/**/*.json
#**/artifacts/**
#artifacts/
# Tests and fixtures


# Coverage
#coverage/
#**/coverage/**
*.coverage
**/*.coverage/**