mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 14:08:18 -05:00
78 lines
767 B
Plaintext
78 lines
767 B
Plaintext
*~
|
|
*.py[co]
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
|
|
# Eclipse and other IDE
|
|
.idea
|
|
*.pydevproject
|
|
.project
|
|
.metadata
|
|
bin/**
|
|
tmp/**
|
|
tmp/**/*
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.classpath
|
|
.settings/
|
|
.loadpath
|
|
.ipynb_checkpoints/
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
*yarn.lock
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
# ctags
|
|
.tags*
|
|
|
|
# Sphinx
|
|
_build
|
|
|
|
# Tox
|
|
.tox/
|
|
|
|
# web ui
|
|
node_modules/
|
|
bower_components/
|
|
|
|
# visual stdio code
|
|
.vscode/
|
|
|
|
# Snap packaging specific
|
|
/snap/.snapcraft/
|
|
/parts/
|
|
/stage/
|
|
/prime/
|
|
|
|
/*.snap
|
|
/*_source.tar.bz2
|
|
|
|
# Virtual env
|
|
.venv-uv/
|
|
.venv/
|
|
uv.lock
|
|
.python-version
|
|
|
|
# Test
|
|
.coverage
|
|
tests-data/issues/*/config/
|
|
|
|
# Local SSL certificates
|
|
glances.local*.pem
|