uv/.gitignore
Charlie Marsh 545bbf9286
Add settings.md to docs (#5091)
## Summary

It's kinda messed up: the depths are off, and the titles are incorrectly
uppercased, but I'll fix those tomorrow.

![Screenshot 2024-07-15 at 10 38
50 PM](https://github.com/user-attachments/assets/3aabae67-4d6b-40e1-9523-2d4d1b7006b4)
2024-07-16 02:46:21 +00:00

34 lines
495 B
Text

# Insta snapshots.
*.pending-snap
# Generated by Cargo
# will have compiled files and executables
debug/
target/
target-alpine/
# Bootstrapped Python versions
/bin/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Python tmp files
__pycache__
# Maturin builds, and other native editable builds
*.so
*.pyd
*.dll
# Profiling
flamegraph.svg
perf.data
perf.data.old
profile.json
# MkDocs
/site