# Rust
/target/
Cargo.lock

# Environment
.env
.env.production
.env.test
.env.staging
.env.local


# IDE
.vscode/
.idea/

# OS
.DS_Store
*.log
