chore: update .gitignore to include bot config backup and PyEnv configuration files
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -16,6 +16,7 @@ memory_graph.gml
|
|||||||
.env.*
|
.env.*
|
||||||
config/bot_config_dev.toml
|
config/bot_config_dev.toml
|
||||||
config/bot_config.toml
|
config/bot_config.toml
|
||||||
|
config/bot_config.toml.bak
|
||||||
src/plugins/remote/client_uuid.json
|
src/plugins/remote/client_uuid.json
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
@@ -205,3 +206,8 @@ jieba.cache
|
|||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
|
|
||||||
|
# PyEnv
|
||||||
|
# If using PyEnv and configured to use a specific Python version locally
|
||||||
|
# a .local-version file will be created in the root of the project to specify the version.
|
||||||
|
.python-version
|
||||||
|
|||||||
Reference in New Issue
Block a user