QuantumLearning/.gitignore

20 lines
306 B
Text

.venv/
.venv-*/
.cache/
.ipython/
.jupyter_runtime/
.jupyter_data/lab/workspaces/
.jupyter_data/nbsignatures.db
.jupyter_data/notebook_secret
__pycache__/
.pytest_cache/
.ruff_cache/
.ipynb_checkpoints/
*.egg-info/
.DS_Store
.coverage
.coverage.*
.logs/
.playwright-browsers/
.tmp_test_artifacts/
htmlcov/