Files
tycho-execution/.gitignore
royvardhan 5dc5e23239 fix: build
2025-01-28 18:57:59 +05:30

35 lines
501 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
# MacOS
.DS_Store
# data folder
.data/
# VS Code
.vscode
# Pycharm User-specific stuff
.idea/*
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
.env
#foundry
# Compiler files
foundry/cache/
foundry/out/
foundry/node_modules/