35 lines
341 B
Plaintext
35 lines
341 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
|
|
# Virtual environments
|
|
.env
|
|
.venv
|
|
venv/
|
|
env/
|
|
|
|
# pytest / coverage
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# MAC vendor lookup cache (auto-generated, contains local data)
|
|
mac_vendor_cache.json
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.kate-swp
|
|
*~
|
|
|
|
# Linux
|
|
.fuse_hidden*
|
|
.Trash-*
|
|
.nfs*
|