Files
NetworkDeviceManagementSystem/.gitignore
QuangMinh_123 86383e7c03 Setup Project
2026-05-04 21:28:34 +07:00

29 lines
253 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# VS Code
.vscode/
.devcontainer/
# Cache
.cache/
.pytest_cache/
.coverage
htmlcov/
# Mac
.DS_Store