smart_sprint_planner / .gitignore
nadellaroshni
Add test files to .gitignore
c893424
Raw
History Blame Contribute Delete
455 Bytes
.env
context_scaler.txt
# Test and validation scripts (local only)
test_*.py
phase*_validator_test.py
final_phase1_check.py
FINAL_CHECKLIST.txt
# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
env.bak/
whisper_env/
# Local caches and generated artifacts
.cache/
logs/
checkpoints/
# IDE and editor settings
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db