Files
DashBoard/.gitignore
2026-02-04 17:58:29 +08:00

56 lines
535 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
venv/
ENV/
env/
.venv/
# Package build artifacts
*.egg-info/
*.egg
dist/
build/
*.whl
# IDE
.idea/
.vscode/
*.swp
*.swo
*.sublime-*
# OS
.DS_Store
Thumbs.db
nul
# Logs
*.log
logs/
# Local config (credentials)
.env
# AI/LLM tools
.claude/
.codex/
CLAUDE.md
# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/
# Jupyter
.ipynb_checkpoints/
# Note: openspec/ is tracked (not ignored)
tmp/