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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 环境变量文件(包含敏感信息,禁止提交)
.env
.env.*
*.env
*.env.local
.env.*.local
# 测试文件(可能包含敏感配置)
# 仅忽略仓库根目录下的临时 test_*.py 脚本; tests/ 目录下的单元测试需要纳入版本控制。
/test_*.py
!test_env.py
# 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
# 虚拟环境
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.cursorrules
# 数据和日志
data/
logs/
reports/
*.db
*.sqlite
*.sqlite3
# 系统文件
.DS_Store
Thumbs.db
# 测试
.pytest_cache/
.coverage
htmlcov/
local/
run.sh
verify_*.py
# ignore claude files
.claude/
CLAUDE.md
# ignore static files
static/
/apps/dsa-desktop/dist/
/apps/dsa-desktop/node_modules/