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

# Editor and OS
.DS_Store
*.swp
*.swo
*~
.idea/
.vscode/
.cursor/
*.code-workspace

# Environment
.env
.env.*

# Python
__pycache__/
.pytest_cache/
*.py[cod]
*.so
*.egg-info/
.eggs/
dist/
.python-version
venv/
.venv/
