Skip to content

Commit 30ccc76

Browse files
Update .gitignore
1 parent deb272d commit 30ccc76

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,40 @@ Jenova/
5555
AGENTS.md
5656
Jenova/
5757

58+
59+
# AI & Problematic Content (Standardized)
60+
CLAUDE.md
61+
GEMINI.md
62+
*.agent.md
63+
*.instructions.md
64+
Jenova
65+
masterContext.md
66+
.kilocode/
67+
.kiloignore
68+
.gemini/
69+
.cursor/
70+
.cursorrules
71+
.cline/
72+
.clinerules
73+
.agent/
74+
.agents/
75+
.github/chat/
76+
.github/instructions/
77+
*.pyc
78+
*.pyo
79+
.venv/
80+
node_modules/
81+
.env.*
82+
secrets/
83+
credentials/
84+
*.key
85+
*.pem
86+
logs/
87+
*.log
88+
*.db
89+
*.aux
90+
*.toc
91+
*.out
92+
*.fls
93+
*.fdb_latexmk
94+
*.synctex.gz

0 commit comments

Comments
 (0)