16 lines
224 B
Plaintext
Executable File
16 lines
224 B
Plaintext
Executable File
# Local credentials and secrets
|
|
credentials.txt
|
|
|
|
# Python/runtime artifacts (for the upcoming bot implementation)
|
|
__pycache__/
|
|
.venv/
|
|
*.py[cod]
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Local bot archive
|
|
data/
|