diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 9c2f900..0000000 --- a/.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -# Check http://editorconfig.org for more information -# This is the main config file for this project: -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 2 -trim_trailing_whitespace = true - -[*.{py, pyi}] -indent_size = 4 - -[*.md] -trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index 430cf74..630cbe6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,15 +2,13 @@ __pycache__/ *.py[cod] *$py.class - -# Cache directories from various tools .pytest_cache/ .mypy_cache/ # Virtual environments .venv/ -# Python packaging / distribution files +# Python packaging files dist/ # Pytest coverage reports @@ -32,14 +30,8 @@ docs/_build/ .replit .neoconf.json -# Folder attributes / configuration files on various platforms +# Auto-generated folder attributes for MacOS .DS_STORE -[Dd]esktop.ini -.directory - -# Trash directories -.Trash-* -$RECYCLE.BIN/ # Environmental, backup and personal files .env