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
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Cargo / rustc artifacts
/target

# Python artifacts
__pycache__/

# Local config
.env
.envrc
Expand All @@ -30,11 +27,9 @@ qcs-api/docs
# Python artifacts
**/__pycache__
**/null-ls-cache*
crates/python/.hypothesis
crates/python/qcs_sdk/*.so
crates/python/build

crates/python/tests/__output__/
crates/lib/.hypothesis
crates/lib/python/qcs_sdk/*.so
crates/lib/tests/__output__/

# unversioned developer notes
scratch/
Expand Down
Loading