# 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
# benchmarks
flamegraph.svg
# MacOS
.DS_Store
# lib lockfiles (should not even be produced)
/tycho_simulation_py/Cargo.lock
# 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