Files

20 lines
126 B
Plaintext

# Git files
.git
.gitignore
# Build artifacts
target/
# Logs
logs/
*.log
# Data
data/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~