# Research and inspiration files .notes/rpm-ostree-main .notes/inspiration/ !/.notes/inspiration/readme.md */inspiration/ inspiration # Rust build artifacts /target/ **/*.rs.bk Cargo.lock # Debian build artifacts *.deb *.ddeb *.udeb debian/.debhelper/ debian/cargo/ debian/*.debhelper debian/debhelper-build-stamp debian/*.log debian/*.substvars debian/files debian/*.conffiles debian/*.postinst debian/*.postrm debian/*.prerm debian/*.triggers # Package archives and tarballs *.tar *.tar.gz *.tar.xz *.tar.bz2 *.zip *.7z # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ debian/*.log # Temporary files *.tmp *.temp temp/ tmp/ .archive # Backup files *.bak *.backup # Trash .1trash/ stubs.txt # Test artifacts test-*.log test-results/ coverage/ *.profraw *.profdata # Build stamps and cache *.stamp .cache/ .cargo/registry/ .cargo/git/ # Generated documentation docs/_build/ docs/.doctrees/ docs/api/ # Environment files .env .env.local .env.*.local # Local configuration config.local.* *.local