23 lines
312 B
Plaintext
23 lines
312 B
Plaintext
# Shared core .gitignore — language-agnostic.
|
|
# Append the language-specific file from Python/, Rust/ or Godot/ on top of this.
|
|
|
|
# --- Secrets ---
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# --- Logs ---
|
|
logs/
|
|
*.log
|
|
|
|
# --- IDE / editor ---
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
*.swp
|
|
|
|
# --- OS ---
|
|
Thumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|