# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# .NET (decompile-helper build artifacts)
bin/
obj/

# Virtual environments
.venv

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Test output
/output/
