# Internal (not for public repo)
internal/

# macOS
**/.DS_Store

# Editors / IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Rust
/target

# Build artifacts
dist/
build/
*.egg-info/

# Environment / secrets
.env
.env.*
!.env.example

# Logs / temp
*.log
*.tmp

# OS
Thumbs.db

# TypeScript incremental build cache
*.tsbuildinfo
