# Python
__pycache__/
*.pyc
*.pyo
dist/
build/
*.egg-info/
.venv/
.env

# Node
node_modules/
dist/
*.tsbuildinfo

# IDE
.vscode/
.idea/
