2024-09-24 05:23:12 +02:00
|
|
|
# Building
|
2020-12-22 01:01:36 +01:00
|
|
|
build/
|
|
|
|
dist/
|
2021-08-21 21:41:56 +02:00
|
|
|
deb_dist/
|
2024-09-30 00:23:39 +02:00
|
|
|
assets/linux/flatpak/AppDir
|
|
|
|
assets/linux/flatpak/repo
|
|
|
|
assets/linux/flatpak/build-dir
|
|
|
|
assets/linux/flatpak/.flatpak-builder
|
2021-08-01 00:49:44 +02:00
|
|
|
*.snap
|
2020-12-22 01:01:36 +01:00
|
|
|
*.spec
|
|
|
|
*.zip
|
2024-09-24 05:23:12 +02:00
|
|
|
*.tar.gz
|
|
|
|
*.spec
|
|
|
|
*.egg-info/
|
|
|
|
|
|
|
|
# Runtime data
|
2020-12-22 01:01:36 +01:00
|
|
|
**/**.qmlc
|
|
|
|
**/**.jsc
|
2022-01-19 16:43:28 +01:00
|
|
|
**/**.pyc
|
2022-01-20 18:51:57 +01:00
|
|
|
**/**.qm
|
2022-04-22 15:14:52 +02:00
|
|
|
**/**.log
|
2020-12-22 01:01:36 +01:00
|
|
|
*.jsc
|
|
|
|
*.qmlc
|
2022-04-22 15:14:52 +02:00
|
|
|
*.log
|
2024-01-10 22:57:18 +01:00
|
|
|
**/*.dxvk-cache
|
2020-12-22 01:01:36 +01:00
|
|
|
.DS_Store
|
|
|
|
**/.DS_Store
|
|
|
|
**/__pycache__/
|
2024-09-24 05:23:12 +02:00
|
|
|
|
|
|
|
# IDE Data
|
2020-12-22 01:01:36 +01:00
|
|
|
.ropeproject
|
|
|
|
.vscode
|
2024-09-18 00:30:58 +02:00
|
|
|
*.kdev4
|
|
|
|
.kdev4
|
2020-12-22 01:01:36 +01:00
|
|
|
docs/html
|
|
|
|
.directory
|
2021-04-06 19:06:09 +02:00
|
|
|
*.lpf
|
|
|
|
*.lgg
|
2024-09-24 05:23:12 +02:00
|
|
|
|
2024-10-17 03:41:41 +02:00
|
|
|
# Tests
|
|
|
|
common/coverage/
|
|
|
|
**/.coverage
|
|
|
|
|
2024-09-24 05:23:12 +02:00
|
|
|
# npm
|
2024-09-30 00:23:39 +02:00
|
|
|
common/node_modules
|
|
|
|
runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/index.mjs*
|