Newer
Older
# SPDX-FileCopyrightText: 2024 Phil Höfer <phil@suma-ev.de>
# SPDX-License-Identifier: AGPL-3.0-only
# Rust build directory
/target/
# Rust package manager dependency directory
/Cargo.lock
# Generated by Cargo
**/*.rs.bk
# Compiled static and dynamic libraries
*.dll
*.dylib
*.exe
*.so
# Executables
*.exe
*.out
*.app
# Rust intermediate files
*.rlib
# Rust documentation directory
/target/doc/
# mdBook build directory
/book/
# mdBook support files
/print.html
/print.pdf
# Editors and IDEs
# JetBrains (IDEA, PyCharm, etc.)
.idea/
*.iml
# VS Code
.vscode/
*.code-workspace
# macOS
.DS_Store
# Windows
Thumbs.db