update refactoring and add new features
This commit is contained in:
+3
-16
@@ -82,8 +82,6 @@ target/
|
||||
# IPython
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
config.conf
|
||||
config.d/
|
||||
# pyenv
|
||||
# For a library or package, you might want to ignore these files since the code is
|
||||
# intended to run in multiple environments; otherwise, check them in:
|
||||
@@ -162,13 +160,6 @@ dmypy.json
|
||||
# Cython debug symbols
|
||||
cython_debug/
|
||||
|
||||
# PyCharm
|
||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
@@ -205,7 +196,6 @@ luac.out
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
|
||||
@@ -218,12 +208,11 @@ luac.out
|
||||
*.hex
|
||||
|
||||
|
||||
config.conf
|
||||
config.d/
|
||||
MPV/ffmpeg/*
|
||||
|
||||
config_backups/
|
||||
|
||||
Log/
|
||||
Log/medeia_macina/telegram.session
|
||||
mpv_logs_with_db.txt
|
||||
*.session
|
||||
example.py
|
||||
@@ -232,21 +221,19 @@ MPV/portable_config/watch_later*
|
||||
hydrusnetwork
|
||||
.style.yapf
|
||||
.yapfignore
|
||||
tests/
|
||||
scripts/mm.ps1
|
||||
scripts/mm
|
||||
..style.yapf
|
||||
.yapfignore
|
||||
tmp_*
|
||||
*.secret
|
||||
authtoken.secret
|
||||
|
||||
mypy.
|
||||
.idea
|
||||
medios.db
|
||||
medios*
|
||||
mypy.ini
|
||||
\logs\*
|
||||
logs/*
|
||||
logs*
|
||||
logs.db
|
||||
logs.db*
|
||||
|
||||
Reference in New Issue
Block a user