# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.conda/
.env

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/
test-output/
site-output/
generated/

# Exemplar cache
gxy-exemplars-*/
