autoresearch-quantum/.gitignore
saymrwulf e7b8b02a88 Remove GitHub Actions CI — validate locally with app.sh validate
CI ran on every push and generated failure emails. For a single-developer
project, local validation is sufficient and less noisy.
2026-04-16 10:23:11 +02:00

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