Skip to content
Merged
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
187 changes: 0 additions & 187 deletions .github/workflows/test-compile.yml

This file was deleted.

14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ target/
# Virtual environment
.venv
.env
uv.lock

# Shared object
**/*.so
Expand All @@ -23,10 +24,17 @@ target/
# Benchmarks
.benchmarks

# other stuff
# Other stuff
README_files
.ruff_cache
benchmarks/data
.git
uv.lock
**/*.xml
**/*.aux.xml

# Temporary maturin development
*.pyd

# Jupyter Notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*
dev_notebooks/
Loading
Loading