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

# Virtual Environment & Environments
.venv/
venv/
ENV/
.env
.env.*

# Development Tools & Caches
.python-version
.ruff_cache/
.pytest_cache/
.mypy_cache/
.tox/
.nox/

# Coverage
.coverage
htmlcov/
.coverage.*

# IDEs & Editors
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Project Specific
nexus.egg-info/
nexus/tools.local.toml
tools.local.toml
*.local.toml
