Files
my_git_project/CardioAI/.gitignore
zhenchuan199 b5b299a682 Add CardioAI project with usage instructions
- Add comprehensive README.md with setup and usage instructions
- Add .env.example template (sanitized, no real API keys)
- Add root-level .gitignore to exclude .env and generated files
- Add all project modules (dashboard, predictor)
- Add data file and requirements.txt
2026-04-02 20:11:24 +08:00

14 lines
101 B
Plaintext

# Environment
.env
*.pyc
__pycache__/
# IDE
.idea/
# Model files (generated)
*.pkl
# OS
.DS_Store