# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.env
.venv
env/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/

# Project specific
uk_ner_web_trf_13class/
*.lock
.ruff_cache/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Distribution
dist/
build/