Skip to content
Draft
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ python/pyfory/__pycache__/
python/dist
python/build
python/pyfory.egg-info
**/*.egg-info
cython_debug
**/*.prof
**/*.pyc
Expand All @@ -34,6 +35,7 @@ scala/.idea
bazel-*/
bazel-fory/
bazel-fory/**
**/generated
java/**/generated
javascript/**/dist/
javascript/**/node_modules/
Expand Down Expand Up @@ -93,4 +95,4 @@ examples/cpp/cmake_example/build
**/benchmark_results.json
**/benchmark_report.md
**/benchmark_*.png
**/results/
**/results/
Loading