# Created by https://www.toptal.com/developers/gitignore/api/vscode,rust,dotenv
# Edit at https://www.toptal.com/developers/gitignore?templates=vscode,rust,dotenv

### dotenv ###
# This normally contains sensitive information, like DB passwords, so we don't want
# this commited in a source code repository.
.env

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

# Remove Cargo.lock from gitignore if creating an executable, leave it inside for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

### vscode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

### Bevy ###
wgpu_trace

# End of https://www.toptal.com/developers/gitignore/api/vscode,rust,dotenv
