# Rust
target/
Cargo.lock

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Native extensions
*.so
*.dylib
*.pyd
*.dll

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store
*.dSYM/

# Waveform files
*.fst
*.vcd
!tests/fixtures/*.fst

# Docs build
site/
