Skip to content

Commit 470588a

Browse files
committed
Remove ruff_python_resolver fixtures from gitignore
1 parent 6929b2d commit 470588a

File tree

11 files changed

+7
-0
lines changed

11 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ 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
2324

2425
###
2526
# Rust.gitignore
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Empty file included to support filesystem-based resolver tests.

crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/orjson/__init__.py

Whitespace-only changes.

crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/orjson/__init__.pyi

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Empty file included to support filesystem-based resolver tests.

crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/orjson/py.typed

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

crates/ruff_python_resolver/resources/test/airflow/venv/lib/python3.11/site-packages/sqlalchemy/orm/__init__.py

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Empty file included to support filesystem-based resolver tests."""
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Empty file included to support filesystem-based resolver tests."""

0 commit comments

Comments
 (0)