# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Unit test / coverage reports
.pytest_cache/
.coverage
htmlcov/
.tox/
coverage.xml
*.cover
.uv-cache/
.hypothesis/
.test_reports/*.json

# Test environments
test_env/
tests/env/
test-env/
.test_env/

# Virtual environments
env/
venv/
.venv/
ENV/
.env
.deploy_venv/
.kb-venv/

# IDE files
.idea/
.vscode/
*.swp
*.swo
*.bak

# Local agent settings
.claude/settings.local.json

# PyPI config (contains secrets)
.pypirc

# OS specific files
.DS_Store
Thumbs.db

# Project files
.python-version
REFACTOR*
.aider*
todo.md

# Agent workflow temporary files
.artifacts/
.current_scratchpad_file
.current_qa_log_path
.qa_temp/
scratchpad_*.md
*.tmp

# Memory bank and agent tools
llm-agent-tools/kb_synch/target/
.researcher/
tunacode-rs/target/
memory-bank/

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

# Dependency directories
node_modules/

# Task files
vendor/
.beads/
.osgrep
.osgrep*
.pre-commit-cache/
TODO.md
TASK.md
detective_verdict.md
deps.dot

# Tickets directory (CLI tool uses this, should not be committed)
.tickets/

# tinyAgent vendored source (installed from PyPI, not tracked here)
tinyAgent/
