QuantumLearning/.gitignore

17 lines
239 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.*
.playwright-browsers/
.tmp_test_artifacts/
htmlcov/