Skip to content

Commit b9f3740

Browse files
committed
.
1 parent 470588a commit b9f3740

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ flamegraph.svg
2020
# e.g. `CARGO_TARGET_DIR=target-maturin maturin build --release --strip` or
2121
# `CARGO_TARGET_DIR=target-llvm-lines RUSTFLAGS="-Csymbol-mangling-version=v0" cargo llvm-lines -p ruff --lib`
2222
/target*
23-
!crates/ruff_python_resolver/resources/test/airflow/venv
2423

2524
###
2625
# Rust.gitignore
@@ -209,3 +208,9 @@ cython_debug/
209208
# VIM
210209
.*.sw?
211210
.sw?
211+
212+
# Custom re-inclusions for the
213+
!crates/ruff_python_resolver/resources/test/airflow/venv/
214+
!crates/ruff_python_resolver/resources/test/airflow/venv/lib
215+
!crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/_watchdog_fsevents.cpython-311-darwin.so
216+
!crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/orjson/orjson.cpython-311-darwin.so

0 commit comments

Comments
 (0)