# Python virtualenvs# Python artifacts

.venv/__pycache__/

venv/*.py[cod]

env/*$py.class

ENV/*.so

.Python

# Python bytecodebuild/

__pycache__/develop-eggs/

*.py[cod]dist/

*$py.classdownloads/

eggs/

# Distribution / packaging.eggs/

build/lib/

dist/lib64/

*.egg-info/parts/

*.eggsdist/

.venv/  # duplicate but explicitvar/

pip-wheel-metadata/wheels/

*.whl*.egg-info/

.installed.cfg

# Maturin/Cargo / Rust build artifacts (local to this crate)*.egg

target/MANIFEST

**/target/

/maturin-wheel-cache/# Virtual environments

.maturin/venv/

env/

# Compiled extension modulesENV/

*.so.venv

*.dylib

*.dll# PyCharm

_pyquillmark*.so.idea/



# Tests# VS Code

.pytest_cache/.vscode/

.pytest_cache

.coverage# Rust

htmlcov/target/

Cargo.lock

# Tool caches

.mypy_cache/# Testing

.ruff_cache/.pytest_cache/

.sccache/.coverage

htmlcov/

# Editor/IDE

.vscode/# mypy

.idea/.mypy_cache/

*.swp.dmypy.json

*.swodmypy.json



# Misc# ruff

*.log.ruff_cache/

*.tmp
.DS_Store
*.pyc
*.so

# Allow the repository-level target/ (if you want to keep workspace target) but ignore crate-local
# (Note: top-level repo target is not ignored by this file)
# (If you set CARGO_TARGET_DIR to the workspace root, adjust accordingly.)
