# Local working trees and build artifacts
workspace/
cache/
logs/
tmp/
attic

# Python
__pycache__/
*.pyc

# Common project noise
*.log
*.backup

# IDE/editor/system
.classpath
.project
.settings/
/bin/
.DS_Store
*~
