# 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/

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

# Virtual environments
env/
venv/
.venv/
ENV/
.env
.deploy_venv/
uv.lock

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

# PyPI config (contains secrets)
.pypirc

# OS specific files
.DS_Store
Thumbs.db

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

# Agent workflow temporary files
.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/

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

# Dependency directories
node_modules/

# Task files
vendor/
