# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# virtualenv
.venv
venv/
ENV/
env/

# PyCharm
.idea/

# VSCode
.vscode/

# Mac OS .DS_Store, which is a file that stores custom attributes of its containing folder
.DS_Store

# 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
