Files
ahab/.gitignore

43 lines
639 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# the cargo home CI keeps inside the project so it lands in the cache
.cargo/
# where the completions build writes when it is not given a directory
completions/
# os
.DS_Store
# editors
.vscode
.idea
.ignore
# ai
CLAUDE.local.md
.claude
# languages
.python-version
# nix
.nix-venv
.envrc
.direnv/
# project-local
TODO.md
# database dumps, which this tool exists to keep out of a repository
dumps
*.partial