.gitignore
gitignore
# Build artifacts
build/
*.o
*.ll
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
No comments yet.