# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
nexus.egg-info/

# --- Build & Distribution ---
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg

# --- Virtual Environments ---
.venv/
venv/
ENV/
env/

# --- Environment Variables & Secrets ---
.env
.env.*

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

# --- Coverage & Testing ---
.coverage
.coverage.*
htmlcov/
coverage.xml
pytest.xml
tests/results/

# --- IDEs, Editors & OS ---
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# --- Nexus Specific ---
nexus/tools.local.toml
tools.local.toml
*.local.toml
state.json
