You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
295 B
38 lines
295 B
# Environment
|
|
.env
|
|
.env.local
|
|
*.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
build/
|
|
dist/
|
|
|
|
# Data
|
|
*.db
|
|
*.sqlite
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Docker volumes (local)
|
|
postgres_data/
|
|
redis_data/
|
|
ollama_data/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|