23 lines
171 B
Plaintext
23 lines
171 B
Plaintext
# Build output
|
|
target/
|
|
*.exe
|
|
|
|
# Dependencies
|
|
Cargo.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local config (sensitive)
|
|
.env
|
|
*.local
|
|
|
|
# Logs
|
|
*.log |