node_modules
dist
.turbo
.next
*.log
.DS_Store
coverage
.env
.env.local
.vscode
*.tsbuildinfo

# Rust
target/
Cargo.lock

# Python
__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/

# .NET
bin/
obj/
