# Python artifacts
*.pyc
*.pyo
*.pyd
.Python
__pycache__/

# Virtual environments
.venv*/
env/
venv/
ENV/
env.bak/
venv.bak/
.env

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

# Testing
.pytest_cache/
.tox/
.nox/
.cache
nosetests.xml
coverage.xml
.coverage
.coverage.*
*.cover
.hypothesis

# Logs and reports
logs/
log.html
output.xml
report.html
*.log
pip-log.txt
pip-delete-this-directory.txt

# Project specific
screenshots/
results/
robotframework_doctestlibrary.egg-info/

# IDE
.idea/
.vscode/
.mypy_cache

# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
*~

# Version control
.git

# Internal docs
release*.md
RELEASE*.md

# Models and datasets
*.pb
