chore: update .gitignore

Add configuration directory for editors (Intellij IDEA and Visual Studio Code)
This commit is contained in:
Puqns67 2024-10-13 17:16:15 +08:00
parent b78b2ebfbb
commit db90c5b693
Signed by: Puqns67
GPG Key ID: 9669DF042554F536

3
.gitignore vendored
View File

@ -3,3 +3,6 @@ __pycache__/
.ruff_cache/ .ruff_cache/
.venv/ .venv/
dist/ dist/
.idea/
.vscode/