python/.gitignore
2024-03-17 23:45:39 +00:00

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