Files
mac_watcher/.gitignore
2026-03-29 22:10:04 +02:00

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*