# Build artifacts
/target/
/dist/
/build/
/*.egg-info/

# Local environments and caches
/.venv/
/.pytest_cache/
/.mypy_cache/
/.ruff_cache/
/.tox/
__pycache__/
*.py[cod]

# Native build outputs
*.so
*.dylib
*.dll

# Local profiling and logs
*.profraw
*.profdata
*.log

# Project-local generated/reference material
/docs/
/benchmark/
/benchmarks/

# Test and benchmark data are kept out of the release repository.
/crates/directlfq-core/tests/fixtures/
