mirror of
https://github.com/saymrwulf/autoresearch-quantum.git
synced 2026-05-14 20:37:51 +00:00
CI ran on every push and generated failure emails. For a single-developer project, local validation is sufficient and less noisy.
48 lines
534 B
Text
48 lines
534 B
Text
# Python
|
|
.venv/
|
|
__pycache__/
|
|
.pytest_cache/
|
|
*.pyc
|
|
*.egg-info/
|
|
|
|
# Coverage
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Data / runtime artifacts
|
|
data/
|
|
|
|
# Notebook checkpoints and progress
|
|
.ipynb_checkpoints/
|
|
*_progress.json
|
|
*_executed.ipynb
|
|
|
|
# LaTeX auxiliary files
|
|
paper/*.aux
|
|
paper/*.log
|
|
paper/*.out
|
|
paper/*.toc
|
|
paper/*.fls
|
|
paper/*.fdb_latexmk
|
|
paper/*.synctex.gz
|
|
|
|
# Ruff
|
|
.ruff_cache/
|
|
|
|
# Jupyter isolation directories
|
|
.jupyter_config/
|
|
.jupyter_data/
|
|
.jupyter_runtime/
|
|
.ipython/
|
|
.cache/
|
|
|
|
# Logs
|
|
.logs/
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
uv.lock
|