Import the pre-repair source tree as the history baseline. Runtime data (data/), virtualenvs, bytecode caches and logs are gitignored so local secrets and user state stay out of the repo.
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# Runtime data: config with API keys, database, attachments, locks. Never commit.
|
|
data/
|
|
|
|
# Diagnostics / logs
|
|
*.log
|