# Dependencies
node_modules/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
target/

# Build outputs
typescript/dist/
python/dist/
python/*.egg-info/
rust/target/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local

# Logs
*.log
npm-debug.log*

# Testing
coverage/
.coverage
htmlcov/

# Turbo
.turbo/

# Lock files (keep for reproducibility)
# bun.lock
# Cargo.lock
dist
node_modules
.elizadb
.turbo
__pycache__
.venv
*.egg-info
package-lock.json
