mirror of
https://github.com/catppuccin/python.git
synced 2026-02-19 16:15:05 +08:00
20 lines
207 B
Plaintext
20 lines
207 B
Plaintext
# IDE Settings
|
|
.idea
|
|
.vscode
|
|
.vs
|
|
|
|
# Python Virtual Environment
|
|
.venv
|
|
venv
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Coverage report
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov
|
|
|
|
# gh-pages build script output
|
|
/gh-pages |