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

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/

# Node / TypeScript
node_modules/
*.log
.tsbuildinfo

# IDE
.idea/
.vscode/

# OS
.DS_Store
