Files
local_machine/.gitignore
ahauimix 0238aa7c02 Add Object B and self-growth canons with Cursor ledger rules; refresh connectivity and VPN runbooks.
Track day metrics/anamnesis HARD rules under .cursor/rules and personal docs so each screening updates days/{KIN}, dynamics, and big-data ledger.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-26 10:22:56 +08:00

93 lines
1.2 KiB
Plaintext

# --- macOS ---
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
# --- IDE / Editor ---
.idea/
*.iml
.vscode/
*.swp
*.swo
*~
.project
.settings/
*.sublime-*
# --- Cursor ---
# Ignore Cursor local state, but keep project rules versioned
.cursor/*
!.cursor/rules/
!.cursor/rules/**
# --- Env and secrets ---
.env
.env.*
!.env.example
*.pem
*.key
*.crt
*.p12
*secret*
*credentials*
# VPN/WireGuard configs with private keys (only under connectivity/vpn)
docs/connectivity/vpn/*.conf
**/vpn/*.conf
# Key pair for Windows proxy tunnel (created by create-windows-proxy-key.sh)
docs/connectivity/scripts/windows-proxy-key/
# --- Python ---
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
.venv/
env/
*.egg-info/
.eggs/
dist/
build/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
# --- Node ---
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity
# --- Logs and temp ---
*.log
*.tmp
*.temp
*.bak
*.backup
*.cache
.cache/
temp/
# --- OS junk ---
Thumbs.db
ehthumbs.db
Desktop.ini
# --- Archives (optional; uncomment if you don't want to track zips) ---
# *.zip
# *.tar.gz
# *.rar
# --- old_mac local secrets ---
.config/old_mac/
docs/old_mac/.env
docs/old_mac/**/.env
*.local
*.local.*