# IDE files
.vscode/

# Virtual environment
.venv/

# Python cache files
__pycache__/
.pytest_cache/
*.py[cod]

# Compiled shared objects
*.so

# Rust/Cargo files
target/
Cargo.lock

# Wave files
*.vcd
