diff --git a/.gitignore b/.gitignore index eaa0dff..069191a 100644 --- a/.gitignore +++ b/.gitignore @@ -153,10 +153,19 @@ cython_debug/ #.idea/ # Custom +config.json + data/* +!data/example.json + +configs/* +!configs/example.json + templates/* +!templates/example.json + *.code-workspace -.vscode/sftp.json + +venv venv_linux -venv_windows -venv \ No newline at end of file +venv_windows \ No newline at end of file