mirror of
https://github.com/catppuccin/python.git
synced 2026-02-04 20:07:47 +08:00
chore: Improve gitignore
This commit is contained in:
parent
54c5c5c3be
commit
3520cd1ceb
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,3 +1,17 @@
|
||||
# IDE Settings
|
||||
.idea
|
||||
.vscode
|
||||
.vs
|
||||
|
||||
# Python Virtual Environment
|
||||
.venv
|
||||
venv
|
||||
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Coverage report
|
||||
.coverage
|
||||
coverage.xml
|
||||
htmlcov
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user