chore: add .chainlit/ to .gitignore
Chainlit auto-generates this directory at runtime (translations, config). It should not be tracked in version control. https://claude.ai/code/session_01SUWzMzFvSfWiHXA2p6rPg9
This commit is contained in:
@@ -20,6 +20,9 @@ env/
|
||||
# Agent data (conversations and registrations stored at runtime)
|
||||
data/
|
||||
|
||||
# Chainlit runtime (auto-generated; not authored)
|
||||
.chainlit/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user