# Python
__pycache__/
*.py[cod]
.venv/
dist/

# Rust
/target/
Cargo.lock

# Environment/IDEs
.env
.vscode/
.idea/