Files
SillyTavern_replica/.gitignore
2026-04-28 00:45:18 +08:00

89 lines
3.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Frontend build
dist/
dist-ssr/
*.local
# Environment variables
.env
.env.local
.env.*.local
# Logs
logs/
*.log
# Data
data/*.json
data/*.jsonl
outputs/
# Docker
.dockerignore
# Temporary files
*.tmp
*.temp
*.bak
*.swp
# Test coverage
coverage/
.nyc_output/
# Misc
.cache/
.parcel-cache/
.next/
.nuxt/
.vuepress/dist/
.serverless/
.fusebox/
.dynamodb/
.tern-port
*.pyc