2017-11-25 12:52:55 +01:00
|
|
|
# Files to be ignored by Git
|
2022-01-02 13:35:09 +01:00
|
|
|
#
|
2023-01-08 13:46:36 +01:00
|
|
|
# Copyright (c) 2017-2023 Carsten Grohmann
|
2022-01-02 13:35:09 +01:00
|
|
|
# License: MIT (see LICENSE.txt)
|
|
|
|
# THIS PROGRAM COMES WITH NO WARRANTY
|
2017-11-25 12:52:55 +01:00
|
|
|
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
*.py[cod]
|
|
|
|
|
2020-10-29 09:16:28 +01:00
|
|
|
# Virtual environment
|
2017-11-25 12:52:55 +01:00
|
|
|
env/
|
|
|
|
|
|
|
|
# IntelliJ project files
|
2017-11-30 07:06:52 +01:00
|
|
|
.idea
|
|
|
|
|
2021-07-21 22:40:41 +02:00
|
|
|
# Webdriver Manager: cache for selenium drivers
|
|
|
|
.wdm
|
|
|
|
|
2017-11-30 07:06:52 +01:00
|
|
|
# Generated (compiled) JavaScript code
|
2020-10-29 14:32:42 +01:00
|
|
|
__target__/
|
2021-12-23 13:07:36 +01:00
|
|
|
OOMAnalyser.js
|
|
|
|
|
|
|
|
# Release files
|
|
|
|
release/
|
|
|
|
OOMAnalyser*.zip
|
|
|
|
OOMAnalyser*.tar.gz
|