templates/python: init
This commit is contained in:
parent
adc5376072
commit
e6e80da7e3
7 changed files with 157 additions and 0 deletions
14
templates/python/.gitignore
vendored
Normal file
14
templates/python/.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Secrets
|
||||
.env
|
||||
|
||||
# Nix
|
||||
.direnv/
|
||||
result
|
||||
|
||||
# Python
|
||||
.ruff_cache
|
||||
.ropeproject
|
||||
|
||||
# Runtime
|
||||
rename.sqlite3
|
||||
rename.sqlite3-journal
|
Loading…
Add table
Add a link
Reference in a new issue