Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 78 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@ venv/
env/
.venv/
.env
.sisyphus
ENV/
env.bak/
venv.bak/
.env.local
.env.*.local

# Application results and session data
results/
strix_runs/
test_output.txt
all_tests.txt

# Python Cache and Compilation
.sisyphus/
.secnode_temp/
.api-agent/
Expand All @@ -16,20 +25,86 @@ test_output.txt

# Python cache and build
__pycache__/
*.pyc
*.pyo
*.pyd
*.py[cod]
*$py.class
*.so
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
*.egg-info/
.eggs/
*.egg
build/
develop-eggs/
dist/
downloads/
eggs/
.installed.cfg
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
.ruff_cache/
.mypy_cache/
.tox/

# Logs
*.log
dist/
build/
*.egg

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# IDEs and Editors
.idea/
.vscode/
.cursor/
*.swp
*.swo
*~
.history/
*.code-workspace
.metadata/

# Jupyter Notebook
.ipynb_checkpoints

# IDEs and editor config
.idea/
Expand Down
9 changes: 0 additions & 9 deletions .sisyphus/boulder.json

This file was deleted.

Loading
Loading