diff --git a/.deepsource.toml b/.deepsource.toml index 1ccf0da..5aa4049 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,14 +1,12 @@ version = 1 -exclude_patterns = ["libraries/**"] - [[analyzers]] name = "python" enabled = true [analyzers.meta] runtime_version = "3.x.x" - max_line_length = 99 + max_line_length = 88 [[analyzers]] name = "docker" diff --git a/.dockerignore b/.dockerignore index 9f42471..8cda483 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,18 +1,22 @@ -*.log -deepsource.toml -sql +.git .github +.deepsource.toml .vscode +.reuse +.venv +**/__pycache__ *.pyc -venv -.pylintrc .pre-commit-config.yaml -.flake8 .gitignore -nginx.conf -prometheus.yml *.md docker-compose.yml +.env.example +flake.* + +docs +downloads +infra venv templates -static \ No newline at end of file +static +sql diff --git a/.gitignore b/.gitignore index 33c9c28..5b2da7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,9 @@ downloads/* !downloads/temp -*.pyc venv/ -stash/ -tests/ -data/database.db -data/data.json .vscode/ -polls.yaml .env -*/__pycache__ +__pycache__ .devenv # because it is managed with nix .pre-commit-config.yaml diff --git a/html/fm_chart.html b/html/fm_chart.html deleted file mode 100644 index e69de29..0000000 diff --git a/html/fm_chart.min.html b/html/fm_chart.min.html deleted file mode 100644 index e69de29..0000000