# tmt-specific

/tmp/
docs/code/autodocs/*.rst
docs/code/template-extensions.rst
docs/plugins/cleanup.rst
docs/plugins/discover.rst
docs/plugins/execute.rst
docs/plugins/finish.rst
docs/plugins/prepare.rst
docs/plugins/provision.rst
docs/plugins/report.rst
docs/plugins/prepare-feature.rst
docs/plugins/test-checks.rst
docs/plugins/hardware-matrix.rst
docs/guide/test-runner-guest-compatibility-matrix.inc.rst
docs/releases/release.rst.inc
docs/_build
docs/spec
docs/stories
docs/_static/tmt-small.png

# Python

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
tmt.1

# Testing
.mypy_cache
.pytest_cache
*.tgz
# Created by pytest-html reporting plugin
/assets/style.css
/report.html

# Virtual environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Vim

# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~

# Auto-generated tag files
tags

# Persistent undo
[._]*.un~

# Editors & IDEs
.vscode
.zed
.cursor
.idea
