From: tarashree.tarashree Date: Fri, 31 May 2024 07:45:47 +0000 (+0530) Subject: Update .gitignore to ignore __pycache__ directories X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F12857%2F1;p=smo%2Fo2.git Update .gitignore to ignore __pycache__ directories Issue-ID: SMO-145 Change-Id: I41b1fb72571a7ed1d77eec3e356b27a2acae11cd Signed-off-by: Vamshi Namilikonda --- diff --git a/.gitignore b/.gitignore index 71d7636..7eae680 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,47 @@ .tox docs/_build/* + +# Ignore Python bytecode and cache directories +__pycache__/ +*.py[cod] + +# Ignore specific __pycache__ directories +nfo/k8s/apis/migrations/__pycache__/ +nfo/k8s/apis/__pycache__/ +nfo/k8s/helm/__pycache__/ +nfo/k8s/helmprocessor/__pycache__/ +nfo/k8s/nfo_microservice/__pycache__/ + +# Ignore general cache files and directories +.cache/ +*.cache + +# Ignore specific files +file_to_ignore.txt +another_file.log + +#Ignore specific directories +#logs/ +#temp/ + +# Ignore any file named 'cachefile' in any directory +cachefile + +# Virtual environment directories +#env/ +#venv/ + +# Distribution / packaging directories and files +#dist/ +#build/ +#*.egg-info/ + +# Log files +#*.log + +# Environment variable files +#.env + +# Jupyter Notebook checkpoints +#.ipynb_checkpoints + diff --git a/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-310.pyc b/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-310.pyc deleted file mode 100644 index a5246c2..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-310.pyc and /dev/null differ diff --git a/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-312.pyc b/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-312.pyc deleted file mode 100644 index c2b3b4a..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-312.pyc and /dev/null differ diff --git a/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-38.pyc b/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-38.pyc deleted file mode 100644 index 526f1c5..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/0001_initial.cpython-38.pyc and /dev/null differ diff --git a/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-310.pyc b/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-310.pyc deleted file mode 100644 index 0dd8cd7..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-310.pyc and /dev/null differ diff --git a/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-312.pyc b/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-312.pyc deleted file mode 100644 index 6c4e03f..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-312.pyc and /dev/null differ diff --git a/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-38.pyc b/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-38.pyc deleted file mode 100644 index 6e568bf..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/0002_delete_nfomodel.cpython-38.pyc and /dev/null differ diff --git a/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-310.pyc b/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index c2a5620..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-312.pyc b/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index bcc6b77..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-38.pyc b/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 2efce18..0000000 Binary files a/nfo/k8s/apis/migrations/__pycache__/__init__.cpython-38.pyc and /dev/null differ