mirror of
https://github.com/superlinear-ai/python-gpu.git
synced 2025-03-26 03:37:17 +03:00
65 lines
475 B
Plaintext
65 lines
475 B
Plaintext
# Coverage.py
|
|
htmlcov/
|
|
reports/
|
|
|
|
# cruft
|
|
*.rej
|
|
|
|
# Data
|
|
*.csv*
|
|
*.dat*
|
|
*.pickle*
|
|
*.xls*
|
|
*.zip*
|
|
data/
|
|
|
|
# direnv
|
|
.envrc
|
|
|
|
# dotenv
|
|
.env
|
|
|
|
# Hypothesis
|
|
.hypothesis/
|
|
|
|
# Jupyter
|
|
*.ipynb
|
|
.ipynb_checkpoints/
|
|
notebooks/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# mypy
|
|
.dmypy.json
|
|
.mypy_cache/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
|
|
# Poetry
|
|
.venv/
|
|
dist/
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# pytest
|
|
.pytest_cache/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cdo]
|
|
|
|
# Ruff
|
|
.ruff_cache/
|
|
|
|
# Terraform
|
|
.terraform/
|
|
|
|
# VS Code
|
|
.vscode/
|