# 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

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

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

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

# 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
# memory-bank/  # Important project documentation - should be tracked
llm-agent-tools/
.researcher/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Dependency directories
node_modules/
# Environment variables
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific

# Task files
# tasks.json
# tasks/
