/target
Cargo.lock

.venv*/
__pycache__/
*.pyc
/crates/axhash-python/dist
/crates/axhash-python/.pytest_cache
*.egg-info/

/crates/axhash-wasm/pkg/
/crates/axhash-wasm/node_modules/
.wasmbindgen_artifacts/

.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp

.env
.env.*

# Benchmark / profiling output never belongs in the repo.
*.log
/criterion/
flamegraph*.svg
perf.data*