# Build artifacts target/ *.rs.bk # Version control .git/ .gitignore # IDE .idea/ .vscode/ *.swp # CI .github/ .forgejo/ # Documentation *.md !README.md # Tests (keep for build cache, exclude from runtime) tests/ fixtures/ # Logs log/ *.log