Ignore more python etc

main
root 2023-11-28 14:05:55 -07:00
parent 11018179d8
commit 5892de3bcc
1 changed files with 10 additions and 1 deletions

11
.gitignore vendored
View File

@ -1,3 +1,12 @@
.~lock.*.ods#
*.swp
.pytest_cache/
.python-version
build
env
tmp
venv
*.swp
**/dist/
**/*.egg-info/
*/target/
__pycache__