Files
tycho-execution/.gitignore
2025-01-16 12:53:28 +00:00

28 lines
423 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