diff options
| author | Prabin Panta <pantaprabin30@gmail.com> | 2025-10-26 20:07:30 +0545 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 20:07:30 +0545 |
| commit | 957b0db7dd3e9274aa67bb747ad5a00615f6b23a (patch) | |
| tree | 31f706fc0f0f500ddba748efb9227aa7fb27d9b7 /.gitignore | |
| parent | 53fe242ffdddf74bf13e32999027053ee4614b20 (diff) | |
| parent | f876fc42308b949e791e6f685fa9c6f32605667e (diff) | |
Merge pull request #2 from prabinpanta0/development-weather
Used code rabbit extension and github copilot for review
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ WARP.md .warp.md result + +# Python artifacts +__pycache__/ +*.py[cod] +*.pyo +*.pyd +*.so +*.egg +*.egg-info/ +.eggs/ +dist/ +build/ +eggs/ +pip-wheel-metadata/ + +# Virtual environments +.venv/ +venv/ +env/ +ENV/ +.env + +# Testing and coverage +.pytest_cache/ +.coverage +.cache/ +.tox/ +htmlcov/ + +# Type checking and linting +.mypy_cache/ +.pytype/ +.flake8 +.ruff_cache/ + +# IDE and editor directories +.idea/ +.vscode/ +*.swp +*.swo |
