commit 99b9db188001bcf90995cc4a1cfdb03f1344b31d parent 6b52193b2580cba993d4598878c402bbd025fa95 Author: Carlosokumu <carlosokumu254@gmail.com> Date: Wed, 13 Aug 2025 11:07:17 +0300 initial commit Diffstat:
| A | .gitignore | | | 35 | +++++++++++++++++++++++++++++++++++ |
1 file changed, 35 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,35 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Virtual environment +venv/ +.env/ +.venv/ + +# Distribution / packaging +build/ +dist/ +*.egg-info/ +.eggs/ + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +.pytest_cache/ + +# VS Code settings +.vscode/ + +# OS-specific files +.DS_Store +Thumbs.db