.gitignore aktualisiert
This commit is contained in:
parent
33b8d8125a
commit
dc4851c2ad
17
.gitignore
vendored
17
.gitignore
vendored
@ -0,0 +1,17 @@
|
|||||||
|
# Python
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# tooling
|
||||||
|
.pytest_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
|
# editors
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# OS noise
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Critical
|
||||||
|
.env
|
||||||
Loading…
x
Reference in New Issue
Block a user