NBA-Fantasy-Game / .gitignore
HatmanStack
fix: address critical and medium post-audit findings
31b602c
raw
history blame contribute delete
359 Bytes
# Python bytecode
__pycache__/
*.pyc
*.pyo
# Virtual environments
.venv/
venv/
# Coverage
.coverage
htmlcov/
# Type checking / linting caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
# Packaging
*.egg-info/
dist/
build/
# uv
uv.lock
# TensorFlow SavedModel directory (unused; winner.keras is tracked)
winner_model/
# Debug artifacts
debug_streamlit.py