init: hot100 algo project with .gitignore

This commit is contained in:
2026-04-29 11:36:37 +08:00
commit c39ae0d3e1
2 changed files with 48 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
.env
.venv
env/
venv/
ENV/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage