Closes #1249 - Replace path-specific __pycache__ entries with recursive **/__pycache__/ - Add *.pyc and *.pyo globs - Remove 22 tracked .pyc files from bin/, nexus/evennia_mempalace/, nexus/mempalace/, and nexus/mnemosyne/ - Reorganize .gitignore with section comments for clarity
19 lines
319 B
Plaintext
19 lines
319 B
Plaintext
# === Python bytecode (recursive — covers all subdirectories) ===
|
|
**/__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# === Node ===
|
|
node_modules/
|
|
|
|
# === Test artifacts ===
|
|
test-results/
|
|
test-screenshots/
|
|
|
|
# === Tool configs ===
|
|
.aider*
|
|
|
|
# === Path guardrails (see issue #1145) ===
|
|
# Prevent agents from writing to wrong path
|
|
public/nexus/
|