# Local environment and credentials
.env
**/.env

# Operating systems and editors
.DS_Store
Thumbs.db
.idea/
.vscode/
.wolf/
.wiscode/
.cc-connect

# TypeScript / Node.js
/typescript/node_modules/
/typescript/dist/
/typescript/coverage/
/typescript/samples/dist/
/typescript/package-lock.json
/typescript/.build-stage/
/typescript/*.tgz

# Python
/python/.venv/
/python/venv/
/python/dist/
/python/build/
/python/coverage/
/python/.coverage
/python/.pytest_cache/
/python/.mypy_cache/
/python/.ruff_cache/
/python/.package-install-test/
**/__pycache__/
**/*.py[cod]
**/*.egg-info/

# Rust
/rust/target/
