# Dependencies
node_modules/

# Build output
dist/

# Coverage
coverage/

# Environment
.env
.env.*

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Test
.jest-cache/
.pytest_cache/

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
*.whl
.venv/
venv/
.mypy_cache/
.ruff_cache/

# Rust
target/
Cargo.lock
