# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
ENV/
.venv/

# IDE
.vscode/
.idea/
.cursor/
.specify/
.claude/
specs/
claude.md
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.json
coverage.xml
htmlcov/
.benchmarks/
.tox/
tests/.pytest_cache/
tests/pytest.log

# Type checking
.mypy_cache/
mypy-report/

# Distribution
*.whl

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Reports
docs/PERFORMANCE_COMPARISON_REPORT.md
benchmark_report.json

# Rust
fish_async_task_core/target/
**/target/
*.rlib
*.dylib
*.dll
*.exe
Cargo.lock

# Performance baseline generated files
tests/performance/rust_baseline/*.txt
tests/performance/rust_baseline/*.html
tests/performance/rust_baseline/workload_*_tasks.py
!tests/performance/rust_baseline/baseline_summary.md
