# Environment
.env

# Database
data/*.db
data/*.db-wal
data/*.db-shm

# Go
/bin/
/tmp/

# IDE
.idea/
.vscode/
*.swp
