23 lines
324 B
Plaintext
23 lines
324 B
Plaintext
# Files to be ignored by Git
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
*.py[cod]
|
|
|
|
# Virtual environment
|
|
env/
|
|
|
|
# IntelliJ project files
|
|
.idea
|
|
|
|
# Webdriver Manager: cache for selenium drivers
|
|
.wdm
|
|
|
|
# Generated (compiled) JavaScript code
|
|
__target__/
|
|
OOMAnalyser.js
|
|
|
|
# Release files
|
|
release/
|
|
OOMAnalyser*.zip
|
|
OOMAnalyser*.tar.gz
|