chore: initialize ignore rules

This commit is contained in:
2026-04-27 14:17:11 -04:00
commit e8300eb79a
2 changed files with 78 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
CLAUDE.md
GEMINI.md
README.md
.gitignore
.claude*
.gemini*
.remember
+71
View File
@@ -0,0 +1,71 @@
## Generating .gitignore for: linux,archives,archlinuxpackages
# Created by https://www.toptal.com/developers/gitignore/api/linux,archives,archlinuxpackages
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,archives,archlinuxpackages
### Archives ###
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.jar
*.rar
*.zip
*.gz
*.gzip
*.tgz
*.bzip
*.bzip2
*.bz2
*.xz
*.lzma
*.cab
*.xar
# Packing-only formats
*.iso
*.tar
# Package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
*.msi
*.msm
*.msp
*.txz
### ArchLinuxPackages ###
*.tar.*
*.exe
*.log
*.log.*
*.sig
pkg/
src/
### Linux ###
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# End of https://www.toptal.com/developers/gitignore/api/linux,archives,archlinuxpackages
# AI sessions and project overviews
.remember
.gemini*
.claude*
CLAUDE.md
GEMINI.md