# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
coverage*.xml
htmlcov/

# Nexus runtime artifacts
nexus_index/
nexus_memory.db

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

# macOS
.DS_Store

# Secrets
.env
.env.local
