Files
dreamweaver/.gitignore
2026-01-20 18:31:52 +08:00

44 lines
376 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
# Node
node_modules/
dist/
# IDE
.idea/
.vscode/
# Claude Code local settings
.claude/settings.local.json
*.swp
*.swo
# 环境变量
.env
# 测试
.pytest_cache/
.coverage
htmlcov/
# 其他
*.log
.DS_Store
# Vite
*.timestamp-*.mjs
# Python packaging
*.egg-info/
# Alembic
alembic/__pycache__/