Chainlit auto-generates this directory at runtime (translations, config). It should not be tracked in version control. https://claude.ai/code/session_01SUWzMzFvSfWiHXA2p6rPg9
31 lines
325 B
Plaintext
31 lines
325 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Environment / secrets
|
|
.env
|
|
|
|
# Agent data (conversations and registrations stored at runtime)
|
|
data/
|
|
|
|
# Chainlit runtime (auto-generated; not authored)
|
|
.chainlit/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|