### Project Gitignore File ###

## Rust
# Build output
target/

# Project iml file
*.iml

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

## Local Development
# Environment variables
.env
.env.*
.env.*.local

# Direnv tool
.envrc

# Shell scripts
dev.sh
start.sh
watch.sh

# CSS and SCSS assets
assets/

## Workspace Directory and Files
# JetBrains IDE
.idea
*.ipr

# Miscellaneous
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

## Operating System
# MacOS
.DS_Store
