QuantumLearning/.gitignore

14 lines
187 B
Text

.venv/
.venv-*/
.cache/
.ipython/
.jupyter_runtime/
.jupyter_data/lab/workspaces/
__pycache__/
.pytest_cache/
.ruff_cache/
.ipynb_checkpoints/
*.egg-info/
.DS_Store
.coverage
.coverage.*