add .gitignore
This commit is contained in:
+16
@@ -1 +1,17 @@
|
||||
.venv/
|
||||
.idea
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
tests/
|
||||
.git/
|
||||
.github/
|
||||
*.md
|
||||
!README.md
|
||||
.env
|
||||
.env.*
|
||||
Dockerfile
|
||||
|
||||
__pycache__
|
||||
Reference in New Issue
Block a user