aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e92470621eb59e480ae45879e0833d052a257bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ignore Rust build artifacts
/target/
Cargo.lock

# Ignore vscodes bs files
.vscode/
.idea/
*.swp
*.swo
*~

# Ignore macOS files
.DS_Store

# Ignore session data
session.json

# Ignore logs
*.log