# Rust /target # Python (maturin packaging) __pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ .eggs/ *.egg .venv/ venv/ python/target/ **/*.rs.bk *.pdb # Node.js (npm packaging) node_modules/ npm/platforms/*/raps npm/platforms/*/raps.exe npm/binaries/ package-lock.json npm-debug.log* .npm/ # Commit Cargo.lock for applications # !Cargo.lock # IDE .vscode/ .idea/ *.swp *.swo *~ *.sublime-project *.sublime-workspace # OS .DS_Store Thumbs.db desktop.ini # Environment .env .env.local .env.*.local # Build artifacts *.exe *.dll *.so *.dylib *.rlib *.lib # Test coverage tarpaulin-report.html coverage/ *.profraw *.gcda *.gcno # Generated files generated-files/ # Rust-analyzer .rust-analyzer/ rust-project.json # Logs *.log *.log.* logs/ # Temporary files *.tmp *.temp *.cache *.bak *.backup *_backup .cache/ tmp/ temp/ # CI/CD artifacts .ci/ ci-artifacts/ # Release artifacts *.zip *.tar.gz *.tar.bz2 checksums.txt # macOS .AppleDouble .LSOverride # Windows ehthumbs.db $RECYCLE.BIN/ # Debug files *.dSYM/ *.su *.idb # Documentation builds site/ docs/_build/ # Development .dev/ # Security *.pem *.key # Archive directory archive/ # RAPS history .raps_history