72 lines
1.2 KiB
Plaintext
72 lines
1.2 KiB
Plaintext
# Rust build artifacts
|
||
target/
|
||
**/target/
|
||
bench/target/
|
||
Cargo.lock.bak
|
||
|
||
# macOS
|
||
.DS_Store
|
||
|
||
# IDE
|
||
.idea/
|
||
.vscode/
|
||
*.iml
|
||
|
||
# Secrets (defence-in-depth — нет в репозитории, держим для будущего)
|
||
.env
|
||
.env.*
|
||
!.env.example
|
||
*.pem
|
||
*.key
|
||
*.p12
|
||
*.p8
|
||
*.mobileprovision
|
||
id_rsa*
|
||
credentials.json
|
||
secrets.toml
|
||
|
||
# Rust temp
|
||
*.swp
|
||
*~
|
||
|
||
# Internal-only artifacts (not for public Metzdowd-audience repo)
|
||
.DS_Store
|
||
**/.DS_Store
|
||
|
||
# Russian / Chinese / multilingual whitepaper variants — kept locally only
|
||
Whitepaper Montana RU.md
|
||
Whitepaper Montana RU.pdf
|
||
Whitepaper Montana ZH.md
|
||
Whitepaper Montana Mesh*.md
|
||
|
||
# Internal architect / critic role files
|
||
/CLAUDE.md
|
||
/CRITIC.md
|
||
Code/CLAUDE.md
|
||
Code/CRITIC.md
|
||
|
||
# Russian operational notes
|
||
УСТАНОВКА.md
|
||
Генезис.md
|
||
Spec-Patch-*.md
|
||
|
||
# Bulky non-essential directories
|
||
PDF/
|
||
Apps/
|
||
Archive/
|
||
|
||
|
||
# Internal AI agent roles (Russian methodology, not for public Metzdowd repo)
|
||
Agents/
|
||
|
||
# Internal Russian audit session logs (kept locally only)
|
||
External-Audit/claude-opus-*.md
|
||
External-Audit/critic-analysis-*.md
|
||
|
||
|
||
# local docs/ — symlinks to English specs for unified browsing
|
||
/docs/
|
||
|
||
# Internal ops/role docs — contain IPs and secret key material, never publish
|
||
_internal-private/
|