SmartMeeting/speakr/.gitignore

66 lines
800 B
Plaintext

# Python 字节码缓存
__pycache__/
*.py[cod]
*$py.class
*.pyo
# 虚拟环境
.venv/
venv/
env/
ENV/
# 环境变量(含敏感信息,禁止提交)
.env
.env.local
.env.*.local
# 日志文件
logs/
*.log
# 编辑器 / IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.trae/
.codex/
# 测试 / 覆盖率
.pytest_cache/
.coverage
htmlcov/
templates/index/node_modules/
# 构建产物
dist/
build/
*.egg-info/
static/vite/
skills/
## mypy
.mypy_cache/
# data
data/
static/vite/
instance/transcriptions.db
ai-guide/
音频web转文字前端示例/
# 本地测试脚本
tests/
#本地调试文件
*.backup
# 本地数据库文件
*.db
instance/transcriptions.db
node_modules/
instance/transcriptions.db
instance/transcriptions.db