Add foundational configuration

Signed-off-by: tanjunchen <tanjunchen20@gmail.com>
This commit is contained in:
tanjunchen
2025-12-28 20:28:58 +08:00
parent 45c6b8e927
commit 6d7d7c347f
6 changed files with 385 additions and 0 deletions

12
.gitignore vendored
View File

@@ -52,3 +52,15 @@ coverage.xml
# Sphinx documentation
/docs/_build/
# VSCode
.vscode/
# DS Store
.DS_Store
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/