# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
MANIFEST

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/

# uv
uv.lock

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store

# Local secrets
.env
.env.local
*.local
*.pem

# Nautobot dev
/local/
nautobot.db
media/

# Browser-walkthrough screenshots and other dev artifacts (not source).
artifacts/
