HearthNet-Nemotron / .gitignore
GitHub Actions
Build Phase 1 HearthNet Space
9fb722e
Raw
History Blame
326 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
.python-version
# Virtual environments
.venv/
venv/
env/
# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# Build artifacts
build/
dist/
*.egg-info/
# Local environment
.env
.env.*
!.env.example
# OS and editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/