# .NET
bin/
obj/
*.user
.vs/

# Node
node_modules/
dist/
*.log
.npm/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
*.egg

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

# OS
.DS_Store
Thumbs.db

# Build-time copies (generated from root, not source of truth)
typescript/README.md
typescript/LICENSE
python/README.md
python/LICENSE

# Tools
.vexp/
