quickpython 0.1.3

A lightweight Python bytecode VM written in Rust
Documentation
# Rust
/target/
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.pyq
*.pyqc

# Test outputs
/test_output/

# Python test/debug files in root (should be in examples/ instead)
/test_*.py
/debug_*.py
/simple_*.py
/*.py
!examples/*.py
*.profraw