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

# Rust
rust/target/
cookbook/rust/target/
Cargo.lock

# TypeScript/Node
node_modules/
dist/
*.tsbuildinfo
coverage/

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

# OS
.DS_Store
Thumbs.db

# Local environment files
.env
.envrc
local*
