# Python
__pycache__/
*.pyc
*.egg-info/
dist/
wheelhouse/
.venv/

# Build artifacts
upstream/_build/
upstream/Binaries/
upstream/f2c/
src/mystran/_data/bin/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
