# Rust
/target

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
wheels/
*.whl
MANIFEST

# maturin / PyO3 build outputs (the .so lives in vcd_tools/ at dev time)
vcd_tools/*.so
vcd_tools/*.pyd
vcd_tools/__pycache__/

# Virtual environments
.venv/
venv/
env/
.env/

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log
