# Task file
TASK.md

# macOS
.DS_Store

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/

# Compiled extensions
*.so
*.dylib
*.dll

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Temporary files
.tmp/
work.log

# Rust
target/
Cargo.lock

# Maturin
packages/python/.venv/

# Node.js / Docs
node_modules/
.next/
.open-next/
docs/release-posts.md
docs/design/fallback-support.md
