# node / typescript
node_modules/
dist/
*.tsbuildinfo

# python
__pycache__/
*.py[cod]
*.egg-info/
build/
.eggs/
.pytest_cache/

# compiled artifacts (C / C++ / Java / Rust / Go)
*.o
*.obj
*.class
a.out
/t
**/target/
**/*.test

# os / editors
.DS_Store
*.swp
.idea/
.vscode/
