# Rust
/target/
**/*.rs.bk
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.whl
.venv/
venv/

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

# Environment
.env
.env.local

# Corvid runtime artifacts
.corvid/


# Added by cargo

/target
