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

# Node
node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnp.*
.npm/
.yarn/
.next/
.nuxt/
dist/
.parcel-cache/
.cache/

# Rust
target/
Cargo.lock
**/*.rs.bk
*.pdb

# Editor / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~

# Local config
.forge/
config.toml
secrets/
