Init python and env

This commit is contained in:
2026-01-27 19:47:44 +08:00
parent 8431bc5a62
commit f9a359fc28
7 changed files with 610 additions and 3 deletions

20
.gitignore vendored
View File

@@ -136,7 +136,6 @@ celerybeat.pid
# Environments
.env
.envrc
.venv
env/
venv/
@@ -182,9 +181,9 @@ cython_debug/
.abstra/
# Visual Studio Code
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# and can be added to the global gitignore or merged into this file. However, if you prefer,
# you could uncomment the following to ignore the entire vscode folder
# .vscode/
@@ -205,3 +204,18 @@ cython_debug/
marimo/_static/
marimo/_lsp/
__marimo__/
# Projects
data/
deps/
# Devenv
.devenv*
devenv.local.nix
devenv.local.yaml
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml