# See http://help.github.com/ignore-files/ for more about ignoring files.

################################################################################
# Rust

# Generated by Cargo
# will have compiled files and executables
debug/
target/

dist/
tmp

# Backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

################################################################################
# Python
venv
.venv