awesome-llm-apps-source/.gitignore

19 lines
166 B
Plaintext

# Python bytecode
__pycache__/
*.pyc
*.pyo
# Environment files
.env
.env.local
# Virtual environments
venv/
.venv/
# Node
node_modules/
.next/
dist/
*.tsbuildinfo