# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-wheel-metadata/

# Jupyter
.ipynb_checkpoints/

# Rust / Cargo
target/
Cargo.lock

# Maturin build artifacts
*.so
*.pyd
*.dll
*.whl
build/
dist/

# VSCode / IDE
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db


