From e78ac38602d661257f05bb46b9bd0bdd2e588bec Mon Sep 17 00:00:00 2001 From: Amit Nandi Date: Fri, 7 Mar 2025 23:32:10 +0530 Subject: [PATCH] dcpush --- .gitignore | 46 +++++++++++++++ .idea/workspace.xml | 34 ++++++++--- README.md | 140 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 212 insertions(+), 8 deletions(-) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d940160 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Virtual environments +venv/ +env/ +.venv/ +.python-version + +# Distribution / packaging +build/ +dist/ +*.egg-info/ +.eggs/ + +# Logs and local settings +*.log +*.env +.envrc + +# Jupyter Notebook checkpoints +.ipynb_checkpoints/ + +# MyPy cache +.mypy_cache/ + +# PyTest cache +.pytest_cache/ + +# Coverage reports +htmlcov/ +.coverage +.coverage.* +.cache + +# IDE and editor files +.vscode/ +.idea/ +*.sublime-project +*.sublime-workspace + +# macOS and Linux files +.DS_Store +*.swp diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 02e8f39..8cd56a6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,10 @@